summaryrefslogtreecommitdiff
path: root/ext/XS
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>2001-06-21 06:44:05 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-21 13:49:47 +0000
commitdf39e595409b8d6860ded83a494dfcd41d2fa9ac (patch)
tree9c8fe6a17d810063bff7da952e975d5cbdc11425 /ext/XS
parent791b4ad3d4885818274b272624d60d233f36ad2d (diff)
downloadperl-df39e595409b8d6860ded83a494dfcd41d2fa9ac.tar.gz
Unnecessary pod2man calls in new extensions
Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@10784
Diffstat (limited to 'ext/XS')
-rw-r--r--ext/XS/Typemap/Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/XS/Typemap/Makefile.PL b/ext/XS/Typemap/Makefile.PL
index 3b1ff51bf7..ad02b78b49 100644
--- a/ext/XS/Typemap/Makefile.PL
+++ b/ext/XS/Typemap/Makefile.PL
@@ -2,6 +2,7 @@ use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'XS::Typemap',
+ MAN3PODS => {}, # Pods will be built by installman.
'VERSION_FROM' => 'Typemap.pm',
'dist' => { COMPRESS => "gzip -9f"},
OBJECT => 'stdio.o Typemap.o',