X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=724b7a15711f693ce20075c74e7d3fd4bb793dc8;hb=b1d516d5fdca78929674bbb21213be2411641768;hp=d05fd2d12e5f6833d0ae7b78a70477f9be7cf7a0;hpb=46e0ea48eeda37d558ae27bfc983da47245c9777;p=perl%2Fmodules%2Fautovivification.git diff --git a/Makefile.PL b/Makefile.PL index d05fd2d..724b7a1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use 5.008001; +use 5.008003; use strict; use warnings; @@ -84,7 +84,7 @@ WriteMakefile( PL_FILES => {}, @DEFINES, PREREQ_PM => \%PREREQ_PM, - MIN_PERL_VERSION => 5.008001, + MIN_PERL_VERSION => 5.008003, META_MERGE => \%META, dist => { PREOP => "pod2text $file > \$(DISTVNAME)/README",