summaryrefslogtreecommitdiff
path: root/ext/Errno
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/Errno
parentc8dba6f3d3200961ec98c5df73bace6ef2bb27e0 (diff)
downloadperl-39e216bc90d449c29ecedac1a04e0b8d579b806c.tar.gz
suppress manifypods leak in extensions
p4raw-id: //depot/perl@1922
Diffstat (limited to 'ext/Errno')
-rw-r--r--ext/Errno/Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/Errno/Makefile.PL b/ext/Errno/Makefile.PL
index ffc8c4b7e3..bb1467bbc8 100644
--- a/ext/Errno/Makefile.PL
+++ b/ext/Errno/Makefile.PL
@@ -5,6 +5,7 @@ use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Errno',
VERSION_FROM => 'Errno_pm.PL',
+ MAN3PODS => ' ', # Pods will be built by installman.
PL_FILES => {'Errno_pm.PL'=>'Errno.pm'},
PM => {'Errno.pm' => '$(INST_LIBDIR)/Errno.pm'},
'clean' => {FILES => 'Errno.pm'},