Exclude DBICTest namespace from stacktraces
[dbsrgits/DBIx-Class-Historic.git] / t / lib / DBICTest / Schema / Producer.pm
index c2fa611..3e722e6 100644 (file)
@@ -1,6 +1,9 @@
-package # hide from PAUSE 
+package # hide from PAUSE
     DBICTest::Schema::Producer;
 
+use warnings;
+use strict;
+
 use base qw/DBICTest::BaseResult/;
 
 __PACKAGE__->table('producer');