06648ac 12 years ago
1 contributor
9 lines | 0.128kb
package MyModel4::dbix_custom::table1;

use MyModel4 -base;

has table => 'dbix_custom.table1';

sub list { shift->select }

1;