X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Leaner.git;a=blobdiff_plain;f=t%2F80-threads.t;fp=t%2F80-threads.t;h=4be8551bde15f5ca15cabcde4c406a835a4d7342;hp=639c118972bee1771d47dc8aea8604c383b9ea63;hb=de0427488ee9f7973135b9568461a9572fed1c89;hpb=667993a63f2a5e9858b79392b14b9854753c1bcf diff --git a/t/80-threads.t b/t/80-threads.t index 639c118..4be8551 100644 --- a/t/80-threads.t +++ b/t/80-threads.t @@ -19,7 +19,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.013_004; skipall "threads $t_v required to test thread safety" unless eval "use threads $t_v; 1"; }