X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=t%2F40-threads.t;h=bde269afacf8a5d9196f9437cf03cb31dc26570b;hp=4263ea59f950e1cc87476b111af3b36629000b3a;hb=b11e5a01561dde92d778ab423666bc76ac358c6a;hpb=94eaa9a61ca1429f0cf218ba0e6512f0c0c073aa diff --git a/t/40-threads.t b/t/40-threads.t index 4263ea5..bde269a 100644 --- a/t/40-threads.t +++ b/t/40-threads.t @@ -16,7 +16,7 @@ BEGIN { skipall 'This perl wasn\'t built to support threads' unless $Config{useithreads}; skipall 'perl 5.13.4 required to test thread safety' - unless $force or $] >= 5.013004; + unless $force or "$]" >= 5.013004; } use threads; @@ -60,7 +60,7 @@ sub expect { SKIP: { skip 'Hints aren\'t propagated into eval STRING below perl 5.10' => 3 - unless $] >= 5.010; + unless "$]" >= 5.010; my $class = "Pineapple$tid"; my @warns; {