X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=3614cf9c696ab29f5a1c2c7629a89bf39e2d3229;hb=c9093dd650fe5e0229e16db9a60f521ec4046552;hp=ac7488c94d244722a20a818a707043f956e078ed;hpb=e8fc00c8574346d926269a64ac51d5da2ad2019e;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/Makefile.PL b/Makefile.PL index ac7488c..3614cf9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use 5.007003; +use 5.008; use strict; use warnings; @@ -76,7 +76,7 @@ WriteMakefile( 'Exporter' => 0, 'XSLoader' => 0 }, - MIN_PERL_VERSION => 5.007003, + MIN_PERL_VERSION => 5.008, META_MERGE => \%META, dist => { PREOP => 'pod2text lib/Variable/Magic.pm > $(DISTVNAME)/README',