X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema%2FNoPrimaryKey.pm;h=ea4da6bb69f091f7f837f90d763967e3cf69a46d;hb=6e22e629bb00f5c721a6fbec0017596c1e28dde3;hp=20841f1a542df2075d175349eb4400e2da110eac;hpb=8273e845426f0187b4ad6c4a1b42286fa09a648f;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/lib/DBICTest/Schema/NoPrimaryKey.pm b/t/lib/DBICTest/Schema/NoPrimaryKey.pm index 20841f1..ea4da6b 100644 --- a/t/lib/DBICTest/Schema/NoPrimaryKey.pm +++ b/t/lib/DBICTest/Schema/NoPrimaryKey.pm @@ -1,6 +1,9 @@ package # hide from PAUSE DBICTest::Schema::NoPrimaryKey; +use warnings; +use strict; + use base qw/DBICTest::BaseResult/; __PACKAGE__->table('noprimarykey');