Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / Genre.pm
index dceabc9..461526e 100644 (file)
@@ -1,5 +1,6 @@
 package DBICTest::Schema::Genre;
 
+use warnings;
 use strict;
 
 use base qw/DBICTest::BaseResult/;