The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

PkgForge::Registry::Schema::Result::Platform

VERSION

This documentation refers to PkgForge::Registry::Schema::Result::Platform version 1.3.0

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0
  sequence: 'platform_id_seq'

name

  data_type: 'varchar'
  is_nullable: 0
  size: 10

arch

  data_type: 'varchar'
  is_nullable: 0
  size: 10

active

  data_type: 'boolean'
  default_value: false
  is_nullable: 0

auto

  data_type: 'boolean'
  default_value: false
  is_nullable: 0

RELATIONS

builders

Type: has_many

Related object: PkgForge::Registry::Schema::Result::Builder

tasks

Type: has_many

Related object: PkgForge::Registry::Schema::Result::Task

build_logs

Type: has_many

Related object: PkgForge::Registry::Schema::Result::BuildLog

DEPENDENCIES

This module requires DBIx::Class.

SEE ALSO

PkgForge::Registry, PkgForge::Registry::Schema

PLATFORMS

This is the list of platforms on which we have tested this software. We expect this software to work on any Unix-like platform which is supported by Perl.

ScientificLinux5, Fedora13

BUGS AND LIMITATIONS

Please report any bugs or problems (or praise!) to bugs@lcfg.org, feedback and patches are also always very welcome.

AUTHOR

    Stephen Quinney <squinney@inf.ed.ac.uk>

LICENSE AND COPYRIGHT

    Copyright (C) 2010 University of Edinburgh. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the terms of the GPL, version 2 or later.