Add extra warning guard and object creation tests to 20invocations.t
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / lib / DBICTest / Schema / _no_skip_load_external / Foo.pm
diff --git a/t/lib/DBICTest/Schema/_no_skip_load_external/Foo.pm b/t/lib/DBICTest/Schema/_no_skip_load_external/Foo.pm
new file mode 100644 (file)
index 0000000..5fb0fa7
--- /dev/null
@@ -0,0 +1,3 @@
+package DBICTest::Schema::_no_skip_load_external::Foo;
+our $skip_me = "bad mojo";
+1;