X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fwhen.t;h=54fd678c8c17ba52048003f684ae46efbc8478e8;hb=c6d66f742510c0dd42d582f369eb62261f667de2;hp=23a3ef7294513ca703ef896a5dde60c7f95ba217;hpb=e5c5bdf18e975360fc90d4a4d5f486cfacc13392;p=p5sagit%2FTry-Tiny.git diff --git a/t/when.t b/t/when.t index 23a3ef7..54fd678 100644 --- a/t/when.t +++ b/t/when.t @@ -7,7 +7,7 @@ use Test::More; BEGIN { plan skip_all => "Perl 5.10 required" unless eval { require 5.010; 1 }; - plan tests => 6; + plan tests => 5; } use Try::Tiny;