d74ff11322fc2c5eb05a1fb03c7e8b3c9164e1df
[dbsrgits/DBIx-Class.git] / t / lib / DBICNSTest / OtherRslt / D.pm
1 package DBICNSTest::OtherRslt::D;
2 use base qw/DBIx::Class::Core/;
3 __PACKAGE__->table('d');
4 __PACKAGE__->add_columns('d');
5 1;