diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2001-06-21 06:44:05 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-21 13:49:47 +0000 |
commit | df39e595409b8d6860ded83a494dfcd41d2fa9ac (patch) | |
tree | 9c8fe6a17d810063bff7da952e975d5cbdc11425 /ext/List | |
parent | 791b4ad3d4885818274b272624d60d233f36ad2d (diff) | |
download | perl-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/List')
-rw-r--r-- | ext/List/Util/Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/List/Util/Makefile.PL b/ext/List/Util/Makefile.PL index bc6dff608d..e2b7be9537 100644 --- a/ext/List/Util/Makefile.PL +++ b/ext/List/Util/Makefile.PL @@ -2,6 +2,7 @@ use ExtUtils::MakeMaker; WriteMakefile( VERSION_FROM => "lib/List/Util.pm", + MAN3PODS => {}, # Pods will be built by installman. NAME => "List::Util", ); |