]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - t/40-threads.t
Replace $] by "$]" in tests
[perl/modules/indirect.git] / t / 40-threads.t
index 4263ea59f950e1cc87476b111af3b36629000b3a..bde269afacf8a5d9196f9437cf03cb31dc26570b 100644 (file)
@@ -16,7 +16,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;
 }
 
 use threads;
@@ -60,7 +60,7 @@ sub expect {
 SKIP:
    {
     skip 'Hints aren\'t propagated into eval STRING below perl 5.10' => 3
-                                                             unless $] >= 5.010;
+                                                           unless "$]" >= 5.010;
     my $class = "Pineapple$tid";
     my @warns;
     {