X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=d54e1e08d1ff9dfd03ad7fad5c7799c8463c083a;hb=d88364af37eb10467d33930800710a6edbe0544d;hp=6c560ecffdffc24a76f3f684dd8f50be91835e71;hpb=4326713dbe5e0da04adad5a5f421fcfcad34eb41;p=perl%2Fmodules%2FThread-Cleanup.git diff --git a/Makefile.PL b/Makefile.PL index 6c560ec..d54e1e0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,6 +6,11 @@ use ExtUtils::MakeMaker; my $dist = 'Thread-Cleanup'; +my %PREREQ_PM = ( + 'XSLoader' => 0, + 'threads' => '1.07', +); + my %META = ( configure_requires => { 'ExtUtils::MakeMaker' => 0, @@ -14,7 +19,9 @@ my %META = ( 'ExtUtils::MakeMaker' => 0, 'Test::More' => 0, 'threads::shared' => '0.91', + %PREREQ_PM, }, + dynamic_config => 0, resources => { bugtracker => "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=$dist", homepage => "http://search.cpan.org/dist/$dist/", @@ -30,10 +37,7 @@ WriteMakefile( VERSION_FROM => 'lib/Thread/Cleanup.pm', ABSTRACT_FROM => 'lib/Thread/Cleanup.pm', PL_FILES => {}, - PREREQ_PM => { - 'XSLoader' => 0, - 'threads' => '1.07', - }, + PREREQ_PM => \%PREREQ_PM, MIN_PERL_VERSION => 5.008, META_MERGE => \%META, dist => {