Add author test for use strict/warnings
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / lib / DBICTest / Schema / _skip_load_external / Foo.pm
index fbf8e44..9a80fda 100644 (file)
@@ -1,3 +1,6 @@
 package DBICTest::Schema::_skip_load_external::Foo;
+use strict;
+use warnings;
+
 our $skip_me = "bad mojo";
 1;