From: Craig A. Berry Date: Thu, 23 Nov 2000 02:20:25 +0000 (-0600) Subject: Re: perl@7826 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6e26cd357084998649c8fbd38bdc230396a5f168;p=p5sagit%2Fp5-mst-13.2.git Re: perl@7826 Message-Id: Make VMS to like Filter::Util::Call. p4raw-id: //depot/perl@7837 --- diff --git a/configure.com b/configure.com index 52464fe..22678ce 100644 --- a/configure.com +++ b/configure.com @@ -2368,7 +2368,7 @@ $ echo "SDBM_File if you have the GDBM library built on your machine." $ echo "" $ echo "Which modules do you want to build into perl?" $! we need to add Byteloader to this list: -$ dflt = "re Fcntl Encode Errno File::Glob IO Opcode Devel::Peek Devel::DProf Data::Dumper attrs VMS::Stdio VMS::DCLsym B SDBM_File Storable Thread Sys::Hostname" +$ dflt = "re Fcntl Encode Errno File::Glob Filter::Util IO Opcode Devel::Peek Devel::DProf Data::Dumper attrs VMS::Stdio VMS::DCLsym B SDBM_File Storable Thread Sys::Hostname" $ IF Using_Dec_C .OR. using_cxx $ THEN $ dflt = dflt + " POSIX" diff --git a/ext/Filter/Util/Makefile.PL b/ext/Filter/Util/Makefile.PL index 01e1ca7..030dbc2 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. );