failing (crashing, really) test for this strange pg thing. could not figure out...
[dbsrgits/DBIx-Class.git] / t / lib / DBICNSTest / Bogus / B.pm
CommitLineData
ee431ee2 1package DBICNSTest::Result::B;
2use base qw/DBIx::Class/;
3__PACKAGE__->load_components(qw/PK::Auto Core/);
4__PACKAGE__->table('b');
5__PACKAGE__->add_columns('b');
61;