X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=blobdiff_plain;f=t%2F70-threads%2Fthreads.t;h=8852134c3a572ed82a67595cd0c1b1f7e75f656e;hp=19fc7b7faf0c24075a1bb36ecdaeaa6b875483ae;hb=2f3e24b530f5e3d6584fd865878c6f2752c62d45;hpb=90cf5b5894398a19809d531422b0d0e91472b92a diff --git a/t/70-threads/threads.t b/t/70-threads/threads.t index 19fc7b7..8852134 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.013_004; 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"