D.pm   [plain text]


package DBICNSTest::OtherRslt::D;
use base qw/DBIx::Class::Core/;
__PACKAGE__->table('d');
__PACKAGE__->add_columns('d');
1;