From 4ad3186eb5319bf0399d911b0a1f7d45dbe377c8 Mon Sep 17 00:00:00 2001 From: Perl 5 Porters Date: Sat, 13 Jan 1996 04:16:49 +0000 Subject: perl 5.002beta2 patch Disable prototypes. Disable pod2man. --- ext/ODBM_File/Makefile.PL | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ext/ODBM_File') diff --git a/ext/ODBM_File/Makefile.PL b/ext/ODBM_File/Makefile.PL index 10eef6faf4..495df3ad1f 100644 --- a/ext/ODBM_File/Makefile.PL +++ b/ext/ODBM_File/Makefile.PL @@ -1,2 +1,6 @@ use ExtUtils::MakeMaker; -WriteMakefile(LIBS => ["-ldbm -lucb"]); +WriteMakefile( + LIBS => ["-ldbm -lucb"], + MAN3PODS => ' ', # Pods will be built by installman. + XSPROTOARG => '-noprototypes', # XXX remove later? +); -- cgit v1.2.1