X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FExtra.pm;h=17418ea9205edf62207f3f236caa6fd8f56fd0ab;hb=637ca936ff3aeee87af89aaaf75e2035c29576f8;hp=7e07bc0df4e875e0c2c2ecdb997cfc8c951faf9b;hpb=762a7bb2be8c357381bbcb2b179443b3d519ba4e;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/lib/DBICTest/Extra.pm b/t/lib/DBICTest/Extra.pm index 7e07bc0..17418ea 100644 --- a/t/lib/DBICTest/Extra.pm +++ b/t/lib/DBICTest/Extra.pm @@ -1,11 +1,7 @@ -package DBICTest::Extra::Base; -use base 'DBIx::Class'; - -__PACKAGE__->load_components(qw/ ResultSetManager Core /); - -package DBICTest::Extra; +package # hide from PAUSE + DBICTest::Extra; use base 'DBIx::Class::Schema'; -__PACKAGE__->load_classes; +__PACKAGE__->load_classes("Foo"); -1; \ No newline at end of file +1;