summaryrefslogtreecommitdiff
path: root/ext/IPC
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-10-03 03:59:50 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-10-03 03:59:50 +0000
commit39e216bc90d449c29ecedac1a04e0b8d579b806c (patch)
tree765eb3b9678f1503d9d147d8a2bc0a08d1b2b7ae /ext/IPC
parentc8dba6f3d3200961ec98c5df73bace6ef2bb27e0 (diff)
downloadperl-39e216bc90d449c29ecedac1a04e0b8d579b806c.tar.gz
suppress manifypods leak in extensions
p4raw-id: //depot/perl@1922
Diffstat (limited to 'ext/IPC')
-rw-r--r--ext/IPC/SysV/Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/IPC/SysV/Makefile.PL b/ext/IPC/SysV/Makefile.PL
index c8e320f030..370a965f16 100644
--- a/ext/IPC/SysV/Makefile.PL
+++ b/ext/IPC/SysV/Makefile.PL
@@ -22,6 +22,7 @@ sub MY::libscan
WriteMakefile(
VERSION_FROM => "SysV.pm",
NAME => "IPC::SysV",
+ MAN3PODS => ' ', # Pods will be built by installman.
'dist' => {COMPRESS => 'gzip -9f',
SUFFIX => 'gz',