Added skip_load_external()
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / lib / DBICTest / Schema / 14 / Foo.pm
diff --git a/t/lib/DBICTest/Schema/14/Foo.pm b/t/lib/DBICTest/Schema/14/Foo.pm
new file mode 100644 (file)
index 0000000..6f3bf73
--- /dev/null
@@ -0,0 +1,3 @@
+package DBICTest::Schema::14::Foo;
+our $skip_me = "bad mojo";
+1;