It's almost 2010 - load_components ('Core') is like ewwww
[dbsrgits/DBIx-Class.git] / t / lib / DBICNSTest / OtherRslt / D.pm
CommitLineData
c87014e8 1package DBICNSTest::OtherRslt::D;
d88ecca6 2use base qw/DBIx::Class::Core/;
f017c022 3__PACKAGE__->table('d');
4__PACKAGE__->add_columns('d');
51;