summaryrefslogtreecommitdiff
path: root/ext/Thread/Makefile.PL
diff options
context:
space:
mode:
authorCharles Bailey <bailey@newman.upenn.edu>1998-03-01 20:48:27 -0500
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-03-05 19:01:25 +0000
commitf7d144c835d02593edb2388cf7cb0c7395c53ae2 (patch)
tree1fae522e32540a6212b0e04d3f56172642fa698c /ext/Thread/Makefile.PL
parentef2f54b068d6db9a696444bbfd2ffbf3ed35f3d3 (diff)
downloadperl-f7d144c835d02593edb2388cf7cb0c7395c53ae2.tar.gz
Miscellaneous minor fixes
p4raw-id: //depot/perl@779
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 => ' '
);