X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=t%2F31-hints.t;h=83aab1b0e9d5f3f03f899debd109ecee9d000bbe;hp=4f4b5e284a183690665c5a88c17f7156283e0227;hb=927b72cf6262313dcb7b292dc925790d4b6ddd03;hpb=b11e5a01561dde92d778ab423666bc76ac358c6a diff --git a/t/31-hints.t b/t/31-hints.t index 4f4b5e2..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;