X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcdbi%2Ftestlib%2FOtherFilm.pm;h=a0afdd8b530545469a813d132293e17618324e3a;hb=4a233f3019d2baa4bf2abee0c873c74d5cdf3a11;hp=888e5215ab8e4dea884f2abfc45f4c331890b005;hpb=6a3bf2519832866d037740c5fb22341dad6f8bb3;p=dbsrgits%2FDBIx-Class.git diff --git a/t/cdbi/testlib/OtherFilm.pm b/t/cdbi/testlib/OtherFilm.pm index 888e521..a0afdd8 100644 --- a/t/cdbi/testlib/OtherFilm.pm +++ b/t/cdbi/testlib/OtherFilm.pm @@ -1,7 +1,9 @@ package # hide from PAUSE OtherFilm; +use warnings; use strict; + use base 'Film'; __PACKAGE__->set_table('Different_Film');