bizarre smartmatch changes were removed in 5.27.10
Karen Etheridge [Sat, 6 Jul 2019 18:14:02 +0000 (11:14 -0700)]
t/given_when.t
t/when.t

index ca950f5..d12fa9c 100644 (file)
@@ -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;
 }
 
index f9a949e..1a45db1 100644 (file)
--- 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;
 }