X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLexical-Types.git;a=blobdiff_plain;f=t%2F18-hints.t;h=286dbe822e62ddc3bd970ec530c809fbb8a17893;hp=46a6b7f70f1b950e460f719f8e0d4ec986a14476;hb=f2118cbc4d0c80ad8b78ea39fa328eb3080c4277;hpb=d6335b9b7e0a4a91c940d555c2898fa5fc19654b diff --git a/t/18-hints.t b/t/18-hints.t index 46a6b7f..286dbe8 100644 --- a/t/18-hints.t +++ b/t/18-hints.t @@ -6,7 +6,7 @@ use warnings; use Test::More tests => 2; SKIP: { - skip 'This fails on perl 5.11.x even without using indirect' => 2 + skip 'This fails on perl 5.11.x even without using Lexical::Types' => 2 if "$]" >= 5.011 and "$]" < 5.012; local %^H = (a => 1);