X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=9011218ec5118d9b6e5a574f6172121e0dab9083;hb=6943ca755b97dd62ceb0485d56b9740be69bf356;hp=ab02c447a7c9199e802ac1be8257540cd676e7c1;hpb=7b3418c3e7fc2f32c77056fa669fb75867fe3cba;p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git diff --git a/Makefile.PL b/Makefile.PL index ab02c44..9011218 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,6 +6,19 @@ use ExtUtils::MakeMaker; my $dist = 'CPANPLUS-Dist-Gentoo'; +my %PREREQ_PM = ( + '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, +); + my %META = ( configure_requires => { 'ExtUtils::MakeMaker' => 0, @@ -13,12 +26,14 @@ my %META = ( build_requires => { 'ExtUtils::MakeMaker' => 0, 'Test::More' => 0, + %PREREQ_PM, }, + 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", }, ); @@ -29,15 +44,7 @@ WriteMakefile( VERSION_FROM => 'lib/CPANPLUS/Dist/Gentoo.pm', 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, - }, + PREREQ_PM => \%PREREQ_PM, MIN_PERL_VERSION => 5.006, META_MERGE => \%META, dist => {