X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=t%2F31-hints.t;h=4f4b5e284a183690665c5a88c17f7156283e0227;hp=0b271b4b59bdab20a2ca27d5b65416b96215506c;hb=b11e5a01561dde92d778ab423666bc76ac358c6a;hpb=94eaa9a61ca1429f0cf218ba0e6512f0c0c073aa 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);