X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F31-hints.t;h=4f4b5e284a183690665c5a88c17f7156283e0227;hb=646717579d96585f6b9aa4327769e6f7553265f8;hp=0b271b4b59bdab20a2ca27d5b65416b96215506c;hpb=94eaa9a61ca1429f0cf218ba0e6512f0c0c073aa;p=perl%2Fmodules%2Findirect.git diff --git a/t/31-hints.t b/t/31-hints.t index 0b271b4..4f4b5e2 100644 --- a/t/31-hints.t +++ b/t/31-hints.t @@ -7,7 +7,7 @@ use Test::More tests => 1; SKIP: { skip 'This would require extensive work to be okay with perl 5.8' => 1 - if $] < 5.010; + if "$]" < 5.010; local %^H = (a => 1);