From: Vincent Pit Date: Sat, 24 Aug 2013 18:14:45 +0000 (-0300) Subject: Make Perl version numbers more readable X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Nary.git;a=commitdiff_plain;h=d40fc5f2c689d4e2c689cf0edf30e062b6fefa81;hp=26758ac5d60fd0f21965afdd3f47d3516bc3461d Make Perl version numbers more readable --- diff --git a/Makefile.PL b/Makefile.PL index c5e292f..395e59e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use 5.008001; +use 5.008_001; use strict; use warnings; diff --git a/lib/Sub/Nary.pm b/lib/Sub/Nary.pm index f796285..2d161fe 100644 --- a/lib/Sub/Nary.pm +++ b/lib/Sub/Nary.pm @@ -1,6 +1,6 @@ package Sub::Nary; -use 5.008001; +use 5.008_001; use strict; use warnings; @@ -612,7 +612,7 @@ C isn't specialized when encountered in the optree. L 5.8.1. -L (standard since perl 5), L (since perl 5.005) and L (since perl 5.006). +L (standard since perl 5), L (since perl 5.005) and L (since perl 5.6.0). =head1 AUTHOR