X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=e6b205e1746533b131f700def46b7e78b38e0f98;hb=b7b0e980395fa13415f157ac8e1361924957367c;hp=874ae8fe26d8f4d7c3d363568b60de1d8258329a;hpb=00c9902f0a5e115727c03706d8bdb907122bb2cc;p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git diff --git a/Makefile.PL b/Makefile.PL index 874ae8f..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,7 +18,9 @@ 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/", @@ -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 => {