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