X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=71d7e0d1964f5b264a2cddc92973db32dd480918;hb=83e9c4cdd31cc9832f19af403a27b0b417310dd9;hp=56073b154d77b66ac19cc1e681b1cef1c937c3c0;hpb=5f3eda5a24d339e157734012513a9a8c047da3bb;p=perl%2Fmodules%2Fre-engine-Plugin.git diff --git a/Makefile.PL b/Makefile.PL index 56073b1..71d7e0d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use 5.009005; +use 5.010; use ExtUtils::MakeMaker; my $dist = 're-engine-Plugin'; @@ -29,7 +29,7 @@ WriteMakefile( PREREQ_PM => { 'XSLoader' => 0, }, - MIN_PERL_VERSION => 5.009005, + MIN_PERL_VERSION => 5.010, META_MERGE => \%META, dist => { PREOP => 'pod2text Plugin.pod > $(DISTVNAME)/README',