It's almost 2010 - load_components ('Core') is like ewwww
[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;