X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcdbi%2Ftestlib%2FOtherThing.pm;h=698b3422b559e4746e06164ecf002ee5c955da9f;hb=3aac91f35f319b3bf6bad743d956f037ba857012;hp=59fb81888f01265e6d2fd3a411ec9571a5bee7bc;hpb=97d61088b16ce8d2ffcbb4a2433509d65f7f7449;p=dbsrgits%2FDBIx-Class.git diff --git a/t/cdbi/testlib/OtherThing.pm b/t/cdbi/testlib/OtherThing.pm index 59fb818..698b342 100644 --- a/t/cdbi/testlib/OtherThing.pm +++ b/t/cdbi/testlib/OtherThing.pm @@ -1,4 +1,8 @@ package OtherThing; + +use warnings; +use strict; + use base 'DBIC::Test::SQLite'; OtherThing->set_table("other_thing");