]> git.vpit.fr Git - perl/modules/Thread-Cleanup.git/commitdiff
5.11.5 no longer leaks scalars
authorVincent Pit <vince@profvince.com>
Thu, 15 Apr 2010 23:30:16 +0000 (01:30 +0200)
committerVincent Pit <vince@profvince.com>
Thu, 15 Apr 2010 23:30:16 +0000 (01:30 +0200)
t/20-recurse.t

index afa72e46a04a2c312790be99aeed4c449f03b331..24e6184a3a93e0cb8b0660aba641b05d77ddd549 100644 (file)
@@ -31,7 +31,7 @@ BEGIN {
 
 use Thread::Cleanup;
 
-diag 'This will leak some scalars';
+diag 'This will leak some scalars' unless $] >= 5.011005;
 
 our $x = -1;