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

index c5e292ffab9cb982947cb5d13f85292bd20742f2..395e59ee3b82625ee6c9cbd78832d4e87fe31541 100644 (file)
@@ -1,4 +1,4 @@
-use 5.008001;
+use 5.008_001;
 
 use strict;
 use warnings;
index f7962859f778df31997349a718623213d5a06339..2d161fe4de75b15fce0301abf341f0c61c23f5d4 100644 (file)
@@ -1,6 +1,6 @@
 package Sub::Nary;
 
-use 5.008001;
+use 5.008_001;
 
 use strict;
 use warnings;
@@ -612,7 +612,7 @@ C<wantarray> isn't specialized when encountered in the optree.
 
 L<perl> 5.8.1.
 
-L<Carp> (standard since perl 5), L<B> (since perl 5.005) and L<XSLoader> (since perl 5.006).
+L<Carp> (standard since perl 5), L<B> (since perl 5.005) and L<XSLoader> (since perl 5.6.0).
 
 =head1 AUTHOR