This is an expensive author-only test, move to xt/
[dbsrgits/DBIx-Class.git] / t / lib / DBICNSTest / RtBug41083 / Result / Foo.pm
1 package DBICNSTest::RtBug41083::Result::Foo;
2 use strict;
3 use warnings;
4 use base 'DBIx::Class::Core';
5 __PACKAGE__->table('foo');
6 __PACKAGE__->add_columns('foo');
7 1;