tests pass, but need to fuck with load_namespaces now
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / ResultSetManager.pm
1 package # hide from PAUSE 
2     DBICTest::ResultSetManager;
3 use base 'DBIx::Class::Schema';
4
5 __PACKAGE__->load_classes("Foo");
6
7 1;