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