]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - t/lib/Scope/Upper/TestThreads.pm
Version requirements overhaul
[perl/modules/Scope-Upper.git] / t / lib / Scope / Upper / TestThreads.pm
index eed76e7b385096c722ee9269a9615cd51b737187..624065283f1b0bc06b396b6a1d8c05f2510b1c9b 100644 (file)
@@ -27,7 +27,7 @@ sub import {
  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;
 
  my $t_v = $force ? '0' : '1.67';
  my $has_threads =  do {