Bundle trial SQLA for the trial of DBIC (reuse dq technique f4a8b21e)
[dbsrgits/DBIx-Class-Historic.git] / t / lib / DBICNSTest / RSBase.pm
1 package DBICNSTest::RSBase;
2
3 use warnings;
4 use strict;
5
6 use base qw/DBIx::Class::ResultSet/;
7 1;