]> git.vpit.fr Git - perl/modules/autovivification.git/blobdiff - t/lib/autovivification/TestThreads.pm
Make Perl version numbers more readable
[perl/modules/autovivification.git] / t / lib / autovivification / TestThreads.pm
index e77cf3dbdb247d972ded1b50fb65e369b690c6dc..25f2ae699378f693253723fe364b81c04d2a85c5 100644 (file)
@@ -19,7 +19,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', [ ]);