]> git.vpit.fr Git - perl/modules/Thread-Cleanup.git/blobdiff - t/20-recurse.t
Switch qw delimiters to <>
[perl/modules/Thread-Cleanup.git] / t / 20-recurse.t
index 24e6184a3a93e0cb8b0660aba641b05d77ddd549..85724c357e009819f339e9fb6b57ccf98a2c4ccb 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Config qw/%Config/;
+use Config qw<%Config>;
 
 BEGIN {
  if (!$Config{useithreads}) {
@@ -31,7 +31,7 @@ BEGIN {
 
 use Thread::Cleanup;
 
-diag 'This will leak some scalars' unless $] >= 5.011005;
+diag 'This will leak some scalars' unless "$]" >= 5.011_005;
 
 our $x = -1;