tests cleaned a little, added autoloading of on-disk class defs, added currently...
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / lib / TestLeftBase.pm
diff --git a/t/lib/TestLeftBase.pm b/t/lib/TestLeftBase.pm
new file mode 100644 (file)
index 0000000..c836957
--- /dev/null
@@ -0,0 +1,5 @@
+package TestLeftBase;
+
+sub test_additional_base_override { return "test_left_base_override"; }
+
+1;