X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=e6b205e1746533b131f700def46b7e78b38e0f98;hb=b7b0e980395fa13415f157ac8e1361924957367c;hp=e0922253e3ef0020b8dfc2af26ec7ab3c38f14dd;hpb=45493a0fdc277496511bd5850afbf5d19bafbc9d;p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git diff --git a/Makefile.PL b/Makefile.PL index e092225..e6b205e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,6 +4,12 @@ use ExtUtils::MakeMaker; my $dist = 'Acme-CPANAuthors-You-re_using'; +my %PREREQ_PM = ( + 'Acme::CPANAuthors' => 0, + 'Carp' => 0, + 'ExtUtils::Installed' => 0, +); + my %META = ( configure_requires => { 'ExtUtils::MakeMaker' => 0, @@ -12,12 +18,14 @@ my %META = ( 'Acme::CPANAuthors' => 0, '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/?p=perl/modules/$dist.git", + repository => "http://git.profvince.com/?p=perl%2Fmodules%2F$dist.git", }, ); @@ -28,11 +36,7 @@ WriteMakefile( VERSION_FROM => 'lib/Acme/CPANAuthors/You/re_using.pm', ABSTRACT_FROM => 'lib/Acme/CPANAuthors/You/re_using.pm', PL_FILES => {}, - PREREQ_PM => { - 'Acme::CPANAuthors' => 0, - 'Carp' => 0, - 'ExtUtils::Installed' => 0, - }, + PREREQ_PM => \%PREREQ_PM, MIN_PERL_VERSION => 5.006, META_MERGE => \%META, dist => {