1 package TestApp
::RDBO
::Role
;
5 use base
qw(TestApp::DB::Object);
7 __PACKAGE__
->meta->setup(
10 columns
=> [ qw
/id role/ ],
12 primary_key_columns
=> [ qw
/ id / ],
21 This library is free software, you can redistribute it and/or modify
22 it under the same terms as Perl itself.