X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema%2FFourKeys_to_TwoKeys.pm;h=a208135655936e720365fb196b3c5104b7ac5601;hb=4a233f3019d2baa4bf2abee0c873c74d5cdf3a11;hp=f4e9aa4662142d08cf9db8c64279e919320a37be;hpb=8273e845426f0187b4ad6c4a1b42286fa09a648f;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICTest/Schema/FourKeys_to_TwoKeys.pm b/t/lib/DBICTest/Schema/FourKeys_to_TwoKeys.pm index f4e9aa4..a208135 100644 --- a/t/lib/DBICTest/Schema/FourKeys_to_TwoKeys.pm +++ b/t/lib/DBICTest/Schema/FourKeys_to_TwoKeys.pm @@ -1,6 +1,9 @@ package # hide from PAUSE DBICTest::Schema::FourKeys_to_TwoKeys; +use warnings; +use strict; + use base qw/DBICTest::BaseResult/; __PACKAGE__->table('fourkeys_to_twokeys');