Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / t / lib / testinclude / DBICTestAdminInc.pm
index 9f57e2f..212d33d 100644 (file)
@@ -1,4 +1,8 @@
 package DBICTestAdminInc;
+
+use warnings;
+use strict;
+
 use base 'DBICTest::BaseSchema';
 
 sub connect { exit 70 } # this is what the test will expect to see