X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcdbi%2Ftestlib%2FMyFoo.pm;h=7df9c6f6d81059fe2c1d47aa8a0ad96a6125932c;hb=461e818a9c52126c695bbe1501a4113fb7bc9af5;hp=11a4feb8bb96da51e98379c01246d6ef11ac66b8;hpb=4a233f3019d2baa4bf2abee0c873c74d5cdf3a11;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/cdbi/testlib/MyFoo.pm b/t/cdbi/testlib/MyFoo.pm index 11a4feb..7df9c6f 100644 --- a/t/cdbi/testlib/MyFoo.pm +++ b/t/cdbi/testlib/MyFoo.pm @@ -6,8 +6,6 @@ use strict; use base 'MyBase'; -use Date::Simple 3.03; - __PACKAGE__->set_table(); __PACKAGE__->columns(All => qw/myid name val tdate/); __PACKAGE__->has_a(