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=1edda6167c803f3ed0314b4ca87f8088c6fd6678;hpb=11357d09a80364da23aefbb5650da15a768505a8;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/lib/DBICTest/Schema/NoPrimaryKey.pm b/t/lib/DBICTest/Schema/NoPrimaryKey.pm index 1edda61..ea4da6b 100644 --- a/t/lib/DBICTest/Schema/NoPrimaryKey.pm +++ b/t/lib/DBICTest/Schema/NoPrimaryKey.pm @@ -1,7 +1,10 @@ -package # hide from PAUSE +package # hide from PAUSE DBICTest::Schema::NoPrimaryKey; -use base 'DBIx::Class::Core'; +use warnings; +use strict; + +use base qw/DBICTest::BaseResult/; __PACKAGE__->table('noprimarykey'); __PACKAGE__->add_columns(