just skip when tests on all perls since when changed to whereis/whereso
[p5sagit/Try-Tiny.git] / t / given_when.t
index b141957..ca950f5 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 "$]" eq '5.027007';
+  plan skip_all => 'Tests skipped on perl 5.27.7+, pending resolution of smartmatch changes' if "$]" >= '5.027007';
   plan tests => 2;
 }