]> git.vpit.fr Git - perl/modules/Thread-Cleanup.git/commitdiff
Make Perl version numbers more readable
authorVincent Pit <vince@profvince.com>
Sat, 24 Aug 2013 18:18:15 +0000 (15:18 -0300)
committerVincent Pit <vince@profvince.com>
Sat, 24 Aug 2013 18:18:15 +0000 (15:18 -0300)
t/20-recurse.t

index b8612371f617778f93aa920463a7a0392f025122..be45423ab73115cd54b0d7a7fe5ba9a245ef16ff 100644 (file)
@@ -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;