summaryrefslogtreecommitdiff
path: root/ext/Thread/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Thread/Makefile.PL')
-rw-r--r--ext/Thread/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Thread/Makefile.PL b/ext/Thread/Makefile.PL
index e252d4e6c3..e67fbb7e26 100644
--- a/ext/Thread/Makefile.PL
+++ b/ext/Thread/Makefile.PL
@@ -2,6 +2,6 @@ use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Thread',
VERSION_FROM => 'Thread.pm',
- MAN3PODS => ' '
+ MAN3PODS => {}
);