X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=a20116d93d8676d1a268c1811ee33490295f1ac8;hb=b8092ad605cae9868046d3a4551ee9d28bb3c2af;hp=ab02c447a7c9199e802ac1be8257540cd676e7c1;hpb=7b3418c3e7fc2f32c77056fa669fb75867fe3cba;p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git diff --git a/Makefile.PL b/Makefile.PL index ab02c44..a20116d 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", }, ); @@ -30,13 +30,16 @@ WriteMakefile( ABSTRACT_FROM => 'lib/CPANPLUS/Dist/Gentoo.pm', PL_FILES => {}, PREREQ_PM => { - 'Carp' => 0, - 'CPANPLUS' => 0, - 'Cwd' => 0, - 'File::Copy' => 0, - 'File::Path' => 0, - 'File::Spec::Functions' => 0, - 'IPC::Cmd' => 0, + 'Carp' => 0, + 'CPANPLUS' => 0, + 'Cwd' => 0, + 'List::Util' => 0, + 'File::Copy' => 0, + 'File::Path' => 0, + 'File::Spec' => 0, + 'IPC::Cmd' => 0, + 'Parse::CPAN::Meta' => 0, + 'base' => 0, }, MIN_PERL_VERSION => 5.006, META_MERGE => \%META,