Minor cleanups in ResultSet.pm (no functional changes)
[dbsrgits/DBIx-Class-Historic.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;