From: Vincent Pit Date: Sat, 24 Aug 2013 18:13:24 +0000 (-0300) Subject: Make Perl version numbers more readable X-Git-Tag: rt88177~3 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git;a=commitdiff_plain;h=8b2e295d2fbf262dccb30c8028ea9f87410801b9 Make Perl version numbers more readable --- diff --git a/Makefile.PL b/Makefile.PL index d6d3c41..3860b55 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use 5.006001; +use 5.006_001; use strict; use warnings; diff --git a/lib/Scope/Upper.pm b/lib/Scope/Upper.pm index 3dad37b..868052d 100644 --- a/lib/Scope/Upper.pm +++ b/lib/Scope/Upper.pm @@ -797,7 +797,7 @@ L 5.6.1. A C compiler. This module may happen to build with a C++ compiler as well, but don't rely on it, as no guarantee is made in this regard. -L (core since perl 5.006). +L (core since perl 5.6.0). =head1 SEE ALSO