X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=3c510a82b90fc9325639337739b662a6c6eefba6;hb=e966f929bc46470f039c5d5a79d3a3463891ded7;hp=e33c81c55d79b81760efe42406dc6be098536061;hpb=238ad231ea97a869d6a16d1a6e36ac935665458c;p=perl%2Fmodules%2Fautovivification.git 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",