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
/
MyModel6
/
table2.pm
/
Newer
■
■
■
■
■
■
■
■
■
■
Older
5 lines
|
0.052kb
Raw
Normal View
History
added common test executing ...
bd35c82
Yuki Kimoto
authored on 2011-08-07
1
package MyModel6::table2;
2
3
use base 'MyModel6';
4
5
1;