Add author test for use strict/warnings
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / lib / DBICTest / Schema / _no_skip_load_external / Foo.pm
1 package DBICTest::Schema::_no_skip_load_external::Foo;
2 use strict;
3 use warnings;
4
5 our $skip_me = "bad mojo";
6 1;