GitPrep
Login
/
kimoto
/
DBIx-Custom
Fork
Code
Issues
0
Pull request
0
Wiki
Members
Tree:
39714e8815
DBIx-Custom
/
t
/
dbix-custom-core-sqlite
/
MyModel5
/
table1.pm
/
Switch branches/tags
Branches
Tags
Yuki Kimoto
updatedd pod
786461a
13 years ago
1 contributor
7 lines
|
0.097kb
Raw
Blame
History
package MyModel5::table1; use MyModel5 -base; has primary_key => sub { ['key1', 'key2'] }; 1;