X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=blobdiff_plain;f=t%2F70-threads%2Fthreads.t;h=19fc7b7faf0c24075a1bb36ecdaeaa6b875483ae;hp=d85ffda76a08cb1a0b01b70fc8217dfd900a2386;hb=90cf5b5894398a19809d531422b0d0e91472b92a;hpb=44719418257750872159c9c8a2942518c8460fe5 diff --git a/t/70-threads/threads.t b/t/70-threads/threads.t index d85ffda..19fc7b7 100644 --- a/t/70-threads/threads.t +++ b/t/70-threads/threads.t @@ -18,7 +18,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; skipall "threads $t_v required to test thread safety" unless eval "use threads $t_v; 1"; skipall "threads::shared $ts_v required to test thread safety"