diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-03 03:59:50 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-03 03:59:50 +0000 |
commit | 39e216bc90d449c29ecedac1a04e0b8d579b806c (patch) | |
tree | 765eb3b9678f1503d9d147d8a2bc0a08d1b2b7ae /ext/Errno | |
parent | c8dba6f3d3200961ec98c5df73bace6ef2bb27e0 (diff) | |
download | perl-39e216bc90d449c29ecedac1a04e0b8d579b806c.tar.gz |
suppress manifypods leak in extensions
p4raw-id: //depot/perl@1922
Diffstat (limited to 'ext/Errno')
-rw-r--r-- | ext/Errno/Makefile.PL | 1 |
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'}, |