Help for this page

Select Code to Download


  1. or download this
    #/usr/bin/perl
    use v5.14.2;
    ...
        [ 'test5', 'test5', qw/Contributor User/, ],
      ],
    );
    
  2. or download this
    package My::Schema::Result::User;
    
    ...
    __PACKAGE__->meta->make_immutable;
    1;
    __END__
    
  3. or download this
    DBIx::Class::Row::new(): new_result needs a hash at /usr/lib/perl5/Cla
    +ss/MOP/Method.pm line 125
    
  4. or download this
    perl deploy.pl 
    Ignoring relationship 'user_roles' - related resultsource 'MyApp::Sche
    +ma::Result::UserRole' is not registered with this schema
    ...
      username => "test2"
    } at deploy.pl line 77
    
  5. or download this
    perl deploy.pl 
    Ignoring relationship 'user_roles' - related resultsource 'MyApp::Sche
    +ma::Result::UserRole' is not registered with this schema
    ...
      ],
      username => "test2"
    } at deploy.pl line 77
    
  6. or download this
    Ignoring relationship 'user_roles' - related resultsource 'MyApp::Sche
    +ma::Result::UserRole' is not registered with this schema
    Ignoring relationship 'role' - related resultsource 'MyApp::Schema::Re
    +sult::Role' is not registered with this schema
    Ignoring relationship 'user' - related resultsource 'MyApp::Schema::Re
    +sult::User' is not registered with this schema