Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / ResultSetManager.pm
index e53804f..7815a8d 100644 (file)
@@ -1,5 +1,9 @@
 package # hide from PAUSE
     DBICTest::ResultSetManager;
+
+use warnings;
+use strict;
+
 use base 'DBICTest::BaseSchema';
 
 __PACKAGE__->load_classes("Foo");