GitPrep
Login
/
kimoto
/
DBIx-Custom
Fork
Code
Issues
0
Pull request
0
Wiki
Members
Tree:
341ae52a05
DBIx-Custom
/
t
/
dbix-custom-core-sqlite
/
MyModel4
/
book.pm
/
Switch branches/tags
Branches
Tags
Yuki Kimoto
- added EXPERIMENTAL type() attribute to DBIx::Custom::Model
a082f2c
13 years ago
1 contributor
9 lines
|
0.102kb
Raw
Blame
History
package MyModel4::book; use base 'MyModel4'; sub table { 'table1' } sub list { shift->select } 1;