From: Stevan Little Date: Tue, 25 Sep 2007 14:38:17 +0000 (+0000) Subject: Moose::POOP is back! X-Git-Tag: 0_26~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f808a99e796219338b2c8f67a045f836a13b3f50;p=gitmo%2FMoose.git Moose::POOP is back! --- diff --git a/t/200_examples/002_example_Moose_POOP.t b/t/200_examples/002_example_Moose_POOP.t index 3a153c1..2c1f3b3 100644 --- a/t/200_examples/002_example_Moose_POOP.t +++ b/t/200_examples/002_example_Moose_POOP.t @@ -6,10 +6,8 @@ use warnings; use Test::More; BEGIN { - eval "use DBM::Deep 0.983;"; - plan skip_all => "DBM::Deep is required for this test" if $@; - plan skip_all => "DBM::Deep (< 1.0) is required for this test" - if DBM::Deep->VERSION >= 1.0; + eval "use DBM::Deep 1.0003;"; + plan skip_all => "DBM::Deep is required for this test" if $@; eval "use DateTime::Format::MySQL;"; plan skip_all => "DateTime::Format::MySQL is required for this test" if $@; plan tests => 89;