X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fgiven_when.t;fp=t%2Fgiven_when.t;h=d12fa9ccd83bae4a98ca2f1ce096eed05ee42099;hb=82559400ca0c3ad9fbd6fa5f82fc657b06bac324;hp=ca950f5ab3deb898675b9e6df60a8c81e66c0280;hpb=877732d7c356219d789c6b39629816415e45f445;p=p5sagit%2FTry-Tiny.git diff --git a/t/given_when.t b/t/given_when.t index ca950f5..d12fa9c 100644 --- a/t/given_when.t +++ b/t/given_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 => 2; }