Bundle trial SQLA for the trial of DBIC (reuse dq technique f4a8b21e)
[dbsrgits/DBIx-Class-Historic.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);