PkgForge::Registry::Schema::Result::Job
This documentation refers to PkgForge::Registry::Schema::Result::Job version 1.3.0
data_type: 'integer' is_auto_increment: 1 is_nullable: 0 sequence: 'job_id_seq'
data_type: 'varchar' is_nullable: 0 size: 50
data_type: 'varchar' is_nullable: 1 size: 50
data_type: 'timestamp with time zone' default_value: current_timestamp is_nullable: 0 original: {default_value => \'now()'}
data_type: 'integer' is_foreign_key: 0 is_nullable: 1
data_type: 'integer' default_value: 0 is_foreign_key: 1 is_nullable: 0
Type: belongs_to
Related object: PkgForge::Registry::Schema::Result::JobStatus
Type: has_many
Related object: PkgForge::Registry::Schema::Result::Task
Related object: PkgForge::Registry::Schema::Result::BuildLog
This module requires DBIx::Class, it also needs DateTime to inflate the modtime column into something useful.
modtime
PkgForge::Registry, PkgForge::Registry::Schema
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
Please report any bugs or problems (or praise!) to bugs@lcfg.org, feedback and patches are also always very welcome.
Stephen Quinney <squinney@inf.ed.ac.uk>
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.
To install PkgForge::Registry, copy and paste the appropriate command in to your terminal.
cpanm
cpanm PkgForge::Registry
CPAN shell
perl -MCPAN -e shell install PkgForge::Registry
For more information on module installation, please visit the detailed CPAN module installation guide.