Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / ArtistSubclass.pm
index 8dd3f6f..e1b97fa 100644 (file)
@@ -1,6 +1,9 @@
 package # hide from PAUSE
     DBICTest::Schema::ArtistSubclass;
 
+use warnings;
+use strict;
+
 use base 'DBICTest::Schema::Artist';
 
 __PACKAGE__->table(__PACKAGE__->table);