X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=136c02090df2b96a6fd8e75e4801da929bcfa448;hb=5e4d59c4afd8cbd84554b78f600f18612591dbe8;hp=ab02c447a7c9199e802ac1be8257540cd676e7c1;hpb=7b3418c3e7fc2f32c77056fa669fb75867fe3cba;p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git diff --git a/Makefile.PL b/Makefile.PL index ab02c44..136c020 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,11 +14,12 @@ my %META = ( 'ExtUtils::MakeMaker' => 0, 'Test::More' => 0, }, + dynamic_config => 0, resources => { 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 +31,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,