Yuki Kimoto
authored on
2011-08-15
|
1
|
package MyModel4::TABLE1;
|
Yuki Kimoto
authored on
2011-08-15
|
2
|
|
added EXPERIMENTAL DBIx::Cus...
Yuki Kimoto
authored on
2011-10-26
|
3
|
use MyModel4 -base;
|
Yuki Kimoto
authored on
2011-08-15
|
4
|
|
added EXPERIMENTAL DBIx::Cus...
Yuki Kimoto
authored on
2011-10-26
|
5
|
has table => 'TABLE1';
|
Yuki Kimoto
authored on
2011-08-15
|
6
|
|
|
7
|
sub list { shift->select }
|
|
8
|
|
|
9
|
1;
|