]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - t/lib/indirect/TestThreads.pm
Make Perl version numbers more readable
[perl/modules/indirect.git] / t / lib / indirect / TestThreads.pm
index da805c01af3c90631b702fe620ff5ca5217b3934..1b6c6daefbae5963e85c7fdfb072b81d6b4c720a 100644 (file)
@@ -18,7 +18,7 @@ sub import {
  skip_all 'This perl wasn\'t built to support threads'
                                                     unless $Config{useithreads};
  skip_all 'perl 5.13.4 required to test thread safety'
-                                              unless $force or "$]" >= 5.013004;
+                                             unless $force or "$]" >= 5.013_004;
 
  load_or_skip_all('threads', $force ? '0' : '1.67', [ ]);