Change once more the signature of the custom cond coderef (augment a446d7f8)
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / TypedObject.pm
index 50c5e44..c56fe3a 100644 (file)
@@ -1,6 +1,9 @@
-package # hide from PAUSE 
+package # hide from PAUSE
     DBICTest::Schema::TypedObject;
 
+use warnings;
+use strict;
+
 use base qw/DBICTest::BaseResult/;
 
 __PACKAGE__->table('typed_object');