Merge branch 'master' into topic/constructor_rewrite
[dbsrgits/DBIx-Class-Historic.git] / t / lib / DBICTest / ResultSetManager.pm
1 package # hide from PAUSE
2     DBICTest::ResultSetManager;
3
4 use warnings;
5 use strict;
6
7 use base 'DBICTest::BaseSchema';
8
9 __PACKAGE__->load_classes("Foo");
10
11 1;