Still do null-branch pruning when we are using our own inflate_result()
[dbsrgits/DBIx-Class.git] / t / cdbi / testlib / CDBase.pm
index 22c6262..75447a2 100644 (file)
@@ -1,7 +1,9 @@
-package # hide from PAUSE 
+package # hide from PAUSE
     CDBase;
 
+use warnings;
 use strict;
-use base qw(DBIx::Class::Test::SQLite);
+
+use base qw(DBIC::Test::SQLite);
 
 1;