First stab at restructuring with tests_recursive() - no functional changes
[dbsrgits/DBIx-Class.git] / t / cdbi / testlib / CDBase.pm
diff --git a/t/cdbi/testlib/CDBase.pm b/t/cdbi/testlib/CDBase.pm
new file mode 100644 (file)
index 0000000..22c6262
--- /dev/null
@@ -0,0 +1,7 @@
+package # hide from PAUSE 
+    CDBase;
+
+use strict;
+use base qw(DBIx::Class::Test::SQLite);
+
+1;