Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / t / lib / testinclude / DBICTestConfig.pm
index d9fa7ed..e531dc4 100644 (file)
@@ -1,4 +1,8 @@
 package DBICTestConfig;
+
+use warnings;
+use strict;
+
 use base 'DBICTest::BaseSchema';
 
 sub connect {