Ensure undef_on_null_fk does not affect non-introspectable custom conds
[dbsrgits/DBIx-Class-Historic.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 /);