X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=52d7c995507aeec89898e824d8a0e563abed8281;hb=refs%2Ftags%2Fv0.34;hp=ac7488c94d244722a20a818a707043f956e078ed;hpb=e8fc00c8574346d926269a64ac51d5da2ad2019e;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/Makefile.PL b/Makefile.PL index ac7488c..52d7c99 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use 5.007003; +use 5.008; use strict; use warnings; @@ -51,6 +51,7 @@ my %META = ( 'ExtUtils::MakeMaker' => 0, }, build_requires => { + 'Carp' => 0, 'Config' => 0, 'ExtUtils::MakeMaker' => 0, 'Test::More' => 0, @@ -59,7 +60,7 @@ my %META = ( bugtracker => "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=$dist", homepage => "http://search.cpan.org/dist/$dist/", license => 'http://dev.perl.org/licenses/', - repository => "http://git.profvince.com/perl/modules/$dist.git", + repository => "http://git.profvince.com/?p=perl/modules/$dist.git", }, ); @@ -76,7 +77,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',