X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FExtra.pm;h=17418ea9205edf62207f3f236caa6fd8f56fd0ab;hb=661fc8eb978a18bab1d17dbfca5b727b6b48e1b6;hp=30467523293474d232316ed6ef0b750e181bd061;hpb=f0750722cda0ea1e7a6588075c6518642d1e48fc;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/lib/DBICTest/Extra.pm b/t/lib/DBICTest/Extra.pm index 3046752..17418ea 100644 --- a/t/lib/DBICTest/Extra.pm +++ b/t/lib/DBICTest/Extra.pm @@ -1,6 +1,7 @@ -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;