]> 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 afa72e46a04a2c312790be99aeed4c449f03b331..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';
+diag 'This will leak some scalars' unless "$]" >= 5.011_005;
 
 our $x = -1;