X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=t%2F50-external.t;h=2b318297eb101b66df6fe530955cd1a647801b37;hp=f8dca42522242f0c164f86e85393b1b04915cfd9;hb=b11e5a01561dde92d778ab423666bc76ac358c6a;hpb=94eaa9a61ca1429f0cf218ba0e6512f0c0c073aa diff --git a/t/50-external.t b/t/50-external.t index f8dca42..2b31829 100644 --- a/t/50-external.t +++ b/t/50-external.t @@ -24,7 +24,7 @@ sub run_perl { SKIP: { - skip 'Fixed in core only since 5.12' => 1 unless $] >= 5.012; + skip 'Fixed in core only since 5.12' => 1 unless "$]" >= 5.012; my $status = run_perl 'no indirect hook => sub { exit 2 }; new X'; is $status, 2 << 8, 'no semicolon at the end of -e'; }