X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema%2FNoPrimaryKey.pm;fp=t%2Flib%2FDBICTest%2FSchema%2FNoPrimaryKey.pm;h=ea4da6bb69f091f7f837f90d763967e3cf69a46d;hb=4a233f3019d2baa4bf2abee0c873c74d5cdf3a11;hp=20841f1a542df2075d175349eb4400e2da110eac;hpb=ad9445888039e05c8ca9ecf8b88948034ebaf0c1;p=dbsrgits%2FDBIx-Class.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');