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

index 36c36c6441979264bac4319f6da59789d2754771..0bfc967a940c12ba99857d2e51bbca0c9adc95d6 100644 (file)
@@ -26,7 +26,7 @@ my %META = (
   'threads::shared'     => '0.91',
   %PREREQ_PM,
  },
   '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/",
  resources => {
   bugtracker => "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=$dist",
   homepage   => "http://search.cpan.org/dist/$dist/",