summaryrefslogtreecommitdiff
path: root/ext/NDBM_File
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-03-26 13:10:15 +0000
committerNicholas Clark <nick@ccl4.org>2009-03-26 13:10:15 +0000
commitc71e4075e713f3357464263b281922f3172d2b7b (patch)
tree2c41e7e9668249f98c4ef9b2ece4ca3e4dd73abd /ext/NDBM_File
parentc3e2aceb2caa065cca4f6a38699147c12083a7f1 (diff)
downloadperl-c71e4075e713f3357464263b281922f3172d2b7b.tar.gz
Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs.
Diffstat (limited to 'ext/NDBM_File')
-rw-r--r--ext/NDBM_File/Makefile.PL1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/NDBM_File/Makefile.PL b/ext/NDBM_File/Makefile.PL
index 7b586017d7..a8adbf0121 100644
--- a/ext/NDBM_File/Makefile.PL
+++ b/ext/NDBM_File/Makefile.PL
@@ -2,7 +2,6 @@ use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'NDBM_File',
LIBS => ["-L/usr/local/lib -lndbm", "-ldbm -lucb"],
- MAN3PODS => {}, # Pods will be built by installman.
XSPROTOARG => '-noprototypes', # XXX remove later?
VERSION_FROM => 'NDBM_File.pm',
INC => ($^O eq "MacOS" ? "-i ::::db:include" : "")