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