diff options
author | Craig A. Berry <craigberry@mac.com> | 2000-11-22 20:20:25 -0600 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-23 16:05:41 +0000 |
commit | 6e26cd357084998649c8fbd38bdc230396a5f168 (patch) | |
tree | 57e01f787de7509a9a8eb9f0c33c2656114a5d92 /ext | |
parent | 5ae8d7b492625717ffaa50d6e3919f762d3ab467 (diff) | |
download | perl-6e26cd357084998649c8fbd38bdc230396a5f168.tar.gz |
Re: perl@7826
Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
Make VMS to like Filter::Util::Call.
p4raw-id: //depot/perl@7837
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Filter/Util/Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/Filter/Util/Makefile.PL b/ext/Filter/Util/Makefile.PL index 01e1ca7e8a..030dbc2d31 100644 --- a/ext/Filter/Util/Makefile.PL +++ b/ext/Filter/Util/Makefile.PL @@ -3,4 +3,5 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Filter::Util::Call', VERSION_FROM => 'Call.pm', + MAN3PODS => {}, # Pods will be built by installman. ); |