X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcdbi%2Ftestlib%2FMyFoo.pm;h=11a4feb8bb96da51e98379c01246d6ef11ac66b8;hb=4a233f3019d2baa4bf2abee0c873c74d5cdf3a11;hp=28c3433ea432691534db73525d4ffd3f44c8e1df;hpb=ad9445888039e05c8ca9ecf8b88948034ebaf0c1;p=dbsrgits%2FDBIx-Class.git diff --git a/t/cdbi/testlib/MyFoo.pm b/t/cdbi/testlib/MyFoo.pm index 28c3433..11a4feb 100644 --- a/t/cdbi/testlib/MyFoo.pm +++ b/t/cdbi/testlib/MyFoo.pm @@ -1,12 +1,13 @@ package # hide from PAUSE MyFoo; +use warnings; +use strict; + use base 'MyBase'; use Date::Simple 3.03; -use strict; - __PACKAGE__->set_table(); __PACKAGE__->columns(All => qw/myid name val tdate/); __PACKAGE__->has_a(