Newer Older
9 lines | 0.103kb
cleanup test
Yuki Kimoto authored on 2011-08-10
1
package MyModel4::table1;
2

            
added EXPERIMENTAL DBIx::Cus...
Yuki Kimoto authored on 2011-10-26
3
use MyModel4 -base;
cleanup test
Yuki Kimoto authored on 2011-08-10
4

            
added EXPERIMENTAL DBIx::Cus...
Yuki Kimoto authored on 2011-10-26
5
has table => 'table1';
cleanup test
Yuki Kimoto authored on 2011-08-10
6

            
7
sub list { shift->select }
8

            
9
1;