Help for this page

Select Code to Download


  1. or download this
    use MooseX::MarkAsMethods autoclean => 1;
    extends 'DBIx::Class::Core';
    ...
    
    __PACKAGE__->meta->make_immutable;
    
  2. or download this
    use Test::More tests => 1;
    {
    ...
        $db->resultset('Planet');
    }
    
  3. or download this
    t/10-planet.t ............. Can't find source for Planet at /usr/lib/p
    +erl5/site_perl/5.14/DBIx/Class/Schema.pm line 1101.
            DBIx::Class::Schema::throw_exception('RPG::Traveller::DBIx::Sc
    +hema=HASH(0x2006c030)', 'Can\'t find source for Planet') called at /u
    +sr/lib/perl5/site_perl/5.14/DBIx/Class/Schema.pm line 599
            DBIx::Class::Schema::source('RPG::Traveller::DBIx::Schema=HASH
    +(0x2006c030)', 'Planet') called at /usr/lib/perl5/site_perl/5.14/DBIx
    +/Class/Schema.pm line 550
            DBIx::Class::Schema::resultset('RPG::Traveller::DBIx::Schema=H
    +ASH(0x2006c030)', 'Planet') called at t/10-planet.t line 8