summaryrefslogtreecommitdiff
path: root/ext/GDBM_File
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-10-15 02:46:08 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-10-15 02:46:08 +0000
commitd410c7ed9dddb968d2bf0562554346635b3fdd72 (patch)
tree0d3520ecb38ae0aa476b8072f9abc9f384bc58a9 /ext/GDBM_File
parent4fa9bfc9613dae24a22957040910db63e823e0ac (diff)
downloadperl-d410c7ed9dddb968d2bf0562554346635b3fdd72.tar.gz
correct bugs exposed in MM_Unix.pm by commenting out Selfloader
(MAN3PODS cannot be set to ' '; stray stricture violation) p4raw-id: //depot/perl@1967
Diffstat (limited to 'ext/GDBM_File')
-rw-r--r--ext/GDBM_File/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/GDBM_File/Makefile.PL b/ext/GDBM_File/Makefile.PL
index d24461350b..2a7256fa41 100644
--- a/ext/GDBM_File/Makefile.PL
+++ b/ext/GDBM_File/Makefile.PL
@@ -2,7 +2,7 @@ use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'GDBM_File',
LIBS => ["-L/usr/local/lib -lgdbm", "-ldbm"],
- MAN3PODS => ' ', # Pods will be built by installman.
+ MAN3PODS => {}, # Pods will be built by installman.
XSPROTOARG => '-noprototypes', # XXX remove later?
VERSION_FROM => 'GDBM_File.pm',
);