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.PL3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/Thread/Makefile.PL b/ext/Thread/Makefile.PL
index bed0db43d7..e252d4e6c3 100644
--- a/ext/Thread/Makefile.PL
+++ b/ext/Thread/Makefile.PL
@@ -1,6 +1,7 @@
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Thread',
- VERSION_FROM => 'Thread.pm'
+ VERSION_FROM => 'Thread.pm',
+ MAN3PODS => ' '
);