X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=c24bdf659731b9a76d719952637b449092a08e6d;hb=697c6d5cf14e3ed42ac17432c9de6567e199f564;hp=c481f618ec96cf4c747ae545e9c3c02af6b0bbc7;hpb=6f47d20cad7a5dd966f42acf2a4975882df7323f;p=perl%2Fmodules%2FB-RecDeparse.git diff --git a/Makefile.PL b/Makefile.PL index c481f61..c24bdf6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,7 +18,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%2Fmodules%2F$dist.git", }, ); @@ -32,7 +32,8 @@ WriteMakefile( PREREQ_PM => { 'B::Deparse' => 0, 'Config' => 0, - 'Carp' => 0 + 'Carp' => 0, + 'base' => 0, }, MIN_PERL_VERSION => 5.008, META_MERGE => \%META,