X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=t%2F31-hints.t;h=3dd854893781060a14fdc31107096ea657bb4cf0;hp=4f4b5e284a183690665c5a88c17f7156283e0227;hb=1e667868c750e919a338cc4ceba4e9e86bf16c89;hpb=646717579d96585f6b9aa4327769e6f7553265f8 diff --git a/t/31-hints.t b/t/31-hints.t index 4f4b5e2..3dd8548 100644 --- a/t/31-hints.t +++ b/t/31-hints.t @@ -5,10 +5,7 @@ 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; - +{ local %^H = (a => 1); require indirect;