DBIx-Custom / t / common_uc / MyModel5.pm /
Newer Older
5 lines | 0.055kb
test cleanup
Yuki Kimoto authored on 2011-08-15
1
package MyModel5;
2

            
3
use base 'DBIx::Custom::Model';
4

            
5
1;