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