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

index 4a53d7a949449ec1e8de29cda9e926b1bef2f88d..5a18d74e1a7a8bdd20bc9a4006c23400bf316d31 100644 (file)
@@ -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/",