X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=1803ce36606c61d258fbc4ca0447ad59cd33d1e2;hb=2caf642de83deea3a8044d9c3876391f50cf187f;hp=f5cc4da5c756481e805859fb58751bbb8f7ea798;hpb=fcb4a4b30e76dfd3ce75cdd619674280e9f59e20;p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git diff --git a/Makefile.PL b/Makefile.PL index f5cc4da..1803ce3 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/?p=perl/modules/$dist.git", + repository => "http://git.profvince.com/?p=perl%2Fmodules%2F$dist.git", }, ); @@ -30,13 +30,14 @@ 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, + 'File::Copy' => 0, + 'File::Path' => 0, + 'File::Spec' => 0, + 'IPC::Cmd' => 0, + 'base' => 0, }, MIN_PERL_VERSION => 5.006, META_MERGE => \%META,