X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=t%2F31-hints.t;h=83aab1b0e9d5f3f03f899debd109ecee9d000bbe;hp=3dd854893781060a14fdc31107096ea657bb4cf0;hb=927b72cf6262313dcb7b292dc925790d4b6ddd03;hpb=85db13117ff9f1611f5f0364093799351673840f diff --git a/t/31-hints.t b/t/31-hints.t index 3dd8548..83aab1b 100644 --- a/t/31-hints.t +++ b/t/31-hints.t @@ -5,7 +5,9 @@ use warnings; use Test::More tests => 1; -{ +SKIP: { + 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;