]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/commitdiff
Don't disable dynamic_config
authorVincent Pit <vince@profvince.com>
Wed, 7 Aug 2013 14:45:29 +0000 (11:45 -0300)
committerVincent Pit <vince@profvince.com>
Wed, 7 Aug 2013 14:45:29 +0000 (11:45 -0300)
Makefile.PL

index 632a286985f051ca81de8741ac027569b32d1450..99aa3faf19e530612ac3214ddad267cb1ea7e514 100644 (file)
@@ -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/",