X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F31-hints.t;h=83aab1b0e9d5f3f03f899debd109ecee9d000bbe;hb=0cee4e6aedf32dc658145a27802800044ece226d;hp=0b271b4b59bdab20a2ca27d5b65416b96215506c;hpb=94eaa9a61ca1429f0cf218ba0e6512f0c0c073aa;p=perl%2Fmodules%2Findirect.git diff --git a/t/31-hints.t b/t/31-hints.t index 0b271b4..83aab1b 100644 --- a/t/31-hints.t +++ b/t/31-hints.t @@ -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;