]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - t/lib/Variable/Magic/TestThreads.pm
Cleaner version numbers
[perl/modules/Variable-Magic.git] / t / lib / Variable / Magic / TestThreads.pm
index 4a18667a0487715712d0fe175cb25f8c6bb659b5..f3ebc5d0960f33062af66395fec7c143e9fe0a88 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 {