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