From: Vincent Pit Date: Wed, 7 Aug 2013 14:48:01 +0000 (-0300) Subject: Don't disable dynamic_config X-Git-Tag: v0.05~17 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FThread-Cleanup.git;a=commitdiff_plain;h=8fa8621f371d71da06e539b5120cb86b30027c74 Don't disable dynamic_config --- diff --git a/Makefile.PL b/Makefile.PL index 36c36c6..0bfc967 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -26,7 +26,7 @@ my %META = ( 'threads::shared' => '0.91', %PREREQ_PM, }, - dynamic_config => 0, + dynamic_config => 1, resources => { bugtracker => "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=$dist", homepage => "http://search.cpan.org/dist/$dist/",