GitPrep
Login
/
kimoto
/
DBIx-Custom
Fork
Code
Issues
0
Pull request
0
Wiki
Members
Tree:
9117d166e8
DBIx-Custom
/
t
/
common_fullqualified
/
MyModel5
/
main
/
table1.pm
/
Switch branches/tags
Branches
Tags
Yuki Kimoto
support model full-qualified name
e36255a
12 years ago
1 contributor
7 lines
|
0.103kb
Raw
Blame
History
package MyModel5::main::table1; use MyModel5 -base; has primary_key => sub { ['key1', 'key2'] }; 1;