]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commitdiff
Make Perl version numbers more readable
authorVincent Pit <vince@profvince.com>
Sat, 24 Aug 2013 18:13:24 +0000 (15:13 -0300)
committerVincent Pit <vince@profvince.com>
Sat, 24 Aug 2013 18:42:13 +0000 (15:42 -0300)
Makefile.PL
lib/Scope/Upper.pm

index d6d3c417c9268bf3b3ae2a5fa1b62999a8bdf42d..3860b5517b26ea2011c94e2374082b42b7a131a5 100644 (file)
@@ -1,4 +1,4 @@
-use 5.006001;
+use 5.006_001;
 
 use strict;
 use warnings;
index 3dad37b73a3255f9827bb09ab131e6c1c09a85b4..868052da3a3f52224bd41166d899dac70fb9f00c 100644 (file)
@@ -797,7 +797,7 @@ L<perl> 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<XSLoader> (core since perl 5.006).
+L<XSLoader> (core since perl 5.6.0).
 
 =head1 SEE ALSO