From: Vincent Pit Date: Wed, 7 Aug 2013 14:45:29 +0000 (-0300) Subject: Don't disable dynamic_config X-Git-Tag: rt92118~13 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=commitdiff_plain;h=24bf7e5f5c6dde47b585b6a720d70e28d8febd08 Don't disable dynamic_config --- diff --git a/Makefile.PL b/Makefile.PL index 632a286..99aa3fa 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -30,7 +30,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/",