X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema%2F_skip_load_external%2FFoo.pm;h=9a80fdadce36e69ac05276d1febb59d64c7561a9;hb=f8c2ca5eac1d4782c1d5be369c9bd0dcf680cb9d;hp=fbf8e448a5daf4d6500ecaed75a3ab6d8348e351;hpb=605be787558cfcee1aec714a6df0d0091a654e4d;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/t/lib/DBICTest/Schema/_skip_load_external/Foo.pm b/t/lib/DBICTest/Schema/_skip_load_external/Foo.pm index fbf8e44..9a80fda 100644 --- a/t/lib/DBICTest/Schema/_skip_load_external/Foo.pm +++ b/t/lib/DBICTest/Schema/_skip_load_external/Foo.pm @@ -1,3 +1,6 @@ package DBICTest::Schema::_skip_load_external::Foo; +use strict; +use warnings; + our $skip_me = "bad mojo"; 1;