]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - t/31-hints.t
Skip the hint entry vivification test on 5.11
[perl/modules/indirect.git] / t / 31-hints.t
index 4f4b5e284a183690665c5a88c17f7156283e0227..83aab1b0e9d5f3f03f899debd109ecee9d000bbe 100644 (file)
@@ -6,9 +6,8 @@ use warnings;
 use Test::More tests => 1;
 
 SKIP: {
- skip 'This would require extensive work to be okay with perl 5.8' => 1
-                                                                if "$]" < 5.010;
-
+ skip 'This fails on perl 5.11.x even without using indirect' => 1
+                                              if "$]" >= 5.011 and "$]" < 5.012;
  local %^H = (a => 1);
 
  require indirect;