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