From: Vincent Pit Date: Tue, 18 May 2010 21:33:31 +0000 (+0200) Subject: Require perl 5.8.1 X-Git-Tag: rt62800~18 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fautovivification.git;a=commitdiff_plain;h=e966f929bc46470f039c5d5a79d3a3463891ded7 Require perl 5.8.1 --- diff --git a/Makefile.PL b/Makefile.PL index e33c81c..3c510a8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use 5.008; +use 5.008001; use strict; use warnings; @@ -56,7 +56,7 @@ WriteMakefile( PL_FILES => {}, @DEFINES, PREREQ_PM => \%PREREQ_PM, - MIN_PERL_VERSION => 5.008, + MIN_PERL_VERSION => 5.008001, META_MERGE => \%META, dist => { PREOP => "pod2text $file > \$(DISTVNAME)/README", diff --git a/lib/autovivification.pm b/lib/autovivification.pm index 01caf24..56f37a9 100644 --- a/lib/autovivification.pm +++ b/lib/autovivification.pm @@ -1,6 +1,6 @@ package autovivification; -use 5.008; +use 5.008001; use strict; use warnings; @@ -171,7 +171,7 @@ If warnings are turned on, Perl will complain about one-element slices. =head1 DEPENDENCIES -L 5.8. +L 5.8.1. L (standard since perl 5.006).