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

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

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

            
7
sub list { shift->select }
8

            
9
1;