Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / t / cdbi / testlib / MyBase.pm
index c06f179..bf55635 100644 (file)
@@ -1,7 +1,9 @@
 package # hide from PAUSE
     MyBase;
 
+use warnings;
 use strict;
+
 use DBI;
 
 use lib 't/lib';