rename Source to Result, because that is what it should be called
[dbsrgits/DBIx-Class.git] / t / lib / DBICNSTest / OtherRslt / D.pm
CommitLineData
c87014e8 1package DBICNSTest::OtherRslt::D;
f017c022 2use base qw/DBIx::Class/;
3__PACKAGE__->load_components(qw/PK::Auto Core/);
4__PACKAGE__->table('d');
5__PACKAGE__->add_columns('d');
61;