]> git.vpit.fr Git - perl/modules/Test-Leaner.git/blobdiff - t/80-threads.t
Replace $] by "$]"
[perl/modules/Test-Leaner.git] / t / 80-threads.t
index 8d872eef38b1ad21bbc134db52fe061b841b642e..639c118972bee1771d47dc8aea8604c383b9ea63 100644 (file)
@@ -19,7 +19,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.013004;
  skipall "threads $t_v required to test thread safety"
                                               unless eval "use threads $t_v; 1";
 }