From: Stevan Little Date: Thu, 31 May 2007 17:19:45 +0000 (+0000) Subject: foop X-Git-Tag: 0_23~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c1276bb4d5d827d65636401241a11afd7d6873f0;p=gitmo%2FMoose.git foop --- diff --git a/t/202_example_Moose_POOP.t b/t/202_example_Moose_POOP.t index 1c3c4bc..3a153c1 100644 --- a/t/202_example_Moose_POOP.t +++ b/t/202_example_Moose_POOP.t @@ -8,7 +8,7 @@ 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" + plan skip_all => "DBM::Deep (< 1.0) is required for this test" if DBM::Deep->VERSION >= 1.0; eval "use DateTime::Format::MySQL;"; plan skip_all => "DateTime::Format::MySQL is required for this test" if $@;