GitPrep
Login
/
ken
/
DBIx-Custom
( forked from
kimoto/DBIx-Custom
)
Fork
Code
Issues
0
Pull request
0
Wiki
Members
DBIx-Custom
/
DBIx-Custom-0.1711
/
t
/
basic
/
MyModel4.pm
/
Newer
■
■
■
■
■
■
■
■
■
■
Older
5 lines
|
0.055kb
Raw
Normal View
History
added common test executing ...
bd35c82
Yuki Kimoto
authored on 2011-08-07
1
package MyModel4;
2
3
use base 'DBIx::Custom::Model';
4
5
1;