GitPrep
Login
/
kimoto
/
DBIx-Custom
Fork
Code
Issues
0
Pull request
0
Wiki
Members
DBIx-Custom
/
t
/
dbix-custom-core-sqlite
/
MyModel4
/
book.pm
/
Newer
■
■
■
■
■
■
■
■
■
■
Older
9 lines
|
0.102kb
Raw
Normal View
History
add feture. all model class ...
b449b97
Yuki Kimoto
authored on 2011-02-18
1
package MyModel4::book;
2
3
use base 'MyModel4';
4
- added EXPERIMENTAL type() ...
a082f2c
Yuki Kimoto
authored on 2011-03-21
5
sub table { 'table1' }
add feture. all model class ...
b449b97
Yuki Kimoto
authored on 2011-02-18
6
7
sub list { shift->select }
8
9
1;