How ::Rekey was tested against the DBIC test suite
[dbsrgits/DBIx-Class.git] / t / lib / DBICNSTest / Rslt / B.pm
1 package DBICNSTest::Rslt::B;
2 use base qw/DBIx::Class::Core/;
3 __PACKAGE__->table('b');
4 __PACKAGE__->add_columns('b');
5 1;