Bundle trial SQLA for the trial of DBIC (reuse dq technique f4a8b21e)
[dbsrgits/DBIx-Class-Historic.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;