X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FExtra.pm;h=96f11d9f231b31eafe989d0314f8999c5e5d066d;hb=d323165330a1470afdf5a9da4ff2fc270de4570e;hp=30467523293474d232316ed6ef0b750e181bd061;hpb=f0750722cda0ea1e7a6588075c6518642d1e48fc;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICTest/Extra.pm b/t/lib/DBICTest/Extra.pm index 3046752..96f11d9 100644 --- a/t/lib/DBICTest/Extra.pm +++ b/t/lib/DBICTest/Extra.pm @@ -1,6 +1,6 @@ package DBICTest::Extra; use base 'DBIx::Class::Schema'; -__PACKAGE__->load_classes; +__PACKAGE__->load_classes("Foo"); -1; \ No newline at end of file +1;