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