- or download this
#/usr/bin/perl
use v5.14.2;
...
[ 'test5', 'test5', qw/Contributor User/, ],
],
);
- or download this
package My::Schema::Result::User;
...
__PACKAGE__->meta->make_immutable;
1;
__END__
- or download this
DBIx::Class::Row::new(): new_result needs a hash at /usr/lib/perl5/Cla
+ss/MOP/Method.pm line 125
- 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
- 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
- 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