X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fwhen.t;fp=t%2Fwhen.t;h=1a45db1be55112dac1a8d5dde59c35d04edf7813;hb=82559400ca0c3ad9fbd6fa5f82fc657b06bac324;hp=f9a949e69136c3559800d095faa947fed601ae07;hpb=877732d7c356219d789c6b39629816415e45f445;p=p5sagit%2FTry-Tiny.git diff --git a/t/when.t b/t/when.t index f9a949e..1a45db1 100644 --- a/t/when.t +++ b/t/when.t @@ -5,7 +5,7 @@ use Test::More; BEGIN { plan skip_all => 'Perl 5.010 is required' unless "$]" >= '5.010'; - plan skip_all => 'Tests skipped on perl 5.27.7+, pending resolution of smartmatch changes' if "$]" >= '5.027007'; + plan skip_all => 'Tests skipped on perl 5.27.{7,8,9} when smartmatch behaviour changed' if "$]" >= '5.027007' and "$]" < '5.027010'; plan tests => 5; }