From: Vincent Pit Date: Wed, 7 Aug 2013 14:46:05 +0000 (-0300) Subject: Don't disable dynamic_config X-Git-Tag: v0.08~14 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fsubs-auto.git;a=commitdiff_plain;h=9e908bb3ea82bae7b7a0c203b01f351d5e34de8c Don't disable dynamic_config --- diff --git a/Makefile.PL b/Makefile.PL index 4a53d7a..5a18d74 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -27,7 +27,7 @@ my %META = ( 'Test::More' => 0, %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/",