]> git.vpit.fr Git - perl/modules/Lexical-Types.git/blobdiff - t/18-hints.t
Correct a skip reason in t/18-hints.t
[perl/modules/Lexical-Types.git] / t / 18-hints.t
index 2b0886cdc09e8f08517bfad261e669aa93a8a8fc..286dbe822e62ddc3bd970ec530c809fbb8a17893 100644 (file)
@@ -5,7 +5,9 @@ use warnings;
 
 use Test::More tests => 2;
 
-{
+SKIP: {
+ skip 'This fails on perl 5.11.x even without using Lexical::Types' => 2
+                                              if "$]" >= 5.011 and "$]" < 5.012;
  local %^H = (a => 1);
 
  require Lexical::Types;