X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema%2FBindType.pm;h=97edc8bf333fc3869f29245b4c2abcac8a212a13;hb=f4a8b21e;hp=459aef7e2ecc30b0af05d00abce01a63b85481c9;hpb=f3a9ea3d41f4d32346bc5ea7ce83a7dcfe45b118;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICTest/Schema/BindType.pm b/t/lib/DBICTest/Schema/BindType.pm index 459aef7..97edc8b 100644 --- a/t/lib/DBICTest/Schema/BindType.pm +++ b/t/lib/DBICTest/Schema/BindType.pm @@ -1,6 +1,9 @@ -package # hide from PAUSE +package # hide from PAUSE DBICTest::Schema::BindType; +use warnings; +use strict; + use base qw/DBICTest::BaseResult/; __PACKAGE__->table('bindtype_test');