Yeah, committing the new tests would help ...
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / BasicRels.pm
diff --git a/t/lib/DBICTest/BasicRels.pm b/t/lib/DBICTest/BasicRels.pm
new file mode 100644 (file)
index 0000000..c98c3ea
--- /dev/null
@@ -0,0 +1,6 @@
+package DBICTest::BasicRels;
+
+use DBICTest::Schema;
+use DBICTest::Schema::BasicRels;
+
+1;