X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F18-hints.t;h=286dbe822e62ddc3bd970ec530c809fbb8a17893;hb=c5d3b9e2115202f79337d1fcfe44ae673c2d9251;hp=46a6b7f70f1b950e460f719f8e0d4ec986a14476;hpb=0e7e4b814d40a153e69a1910e3316361a631d1b5;p=perl%2Fmodules%2FLexical-Types.git 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);