dbicadmin now works when not specifying the where clause.
[dbsrgits/DBIx-Class-Historic.git] / t / lib / DBICTest / Extra.pm
1 package # hide from PAUSE 
2     DBICTest::Extra;
3 use base 'DBIx::Class::Schema';
4
5 __PACKAGE__->load_classes("Foo");
6
7 1;