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