projects
/
perl
/
modules
/
Thread-Cleanup.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
efc9d07
)
Don't disable dynamic_config
author
Vincent Pit <vince@profvince.com>
Wed, 7 Aug 2013 14:48:01 +0000 (11:48 -0300)
committer
Vincent Pit <vince@profvince.com>
Wed, 7 Aug 2013 14:48:01 +0000 (11:48 -0300)
Makefile.PL
patch
|
blob
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index 36c36c6441979264bac4319f6da59789d2754771..0bfc967a940c12ba99857d2e51bbca0c9adc95d6 100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-26,7
+26,7
@@
my %META = (
'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/",