summaryrefslogtreecommitdiff
path: root/ext/Safe
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters.nicoh.com>1996-01-13 04:16:49 +0000
committerAndy Dougherty <doughera.lafayette.edu>1996-01-13 04:16:49 +0000
commit4ad3186eb5319bf0399d911b0a1f7d45dbe377c8 (patch)
treea0ab6527cea954e89ebe87c6af90bee3987e624c /ext/Safe
parent1476d272ad11d4ee4160587660fab223f7373e88 (diff)
downloadperl-4ad3186eb5319bf0399d911b0a1f7d45dbe377c8.tar.gz
perl 5.002beta2 patch
Disable prototypes. Disable pod2man.
Diffstat (limited to 'ext/Safe')
-rw-r--r--ext/Safe/Makefile.PL5
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/Safe/Makefile.PL b/ext/Safe/Makefile.PL
index 414df14f22..2024998728 100644
--- a/ext/Safe/Makefile.PL
+++ b/ext/Safe/Makefile.PL
@@ -1,2 +1,5 @@
use ExtUtils::MakeMaker;
-WriteMakefile();
+WriteMakefile(
+ MAN3PODS => ' ', # Pods will be built by installman.
+ XSPROTOARG => '-noprototypes', # XXX remove later?
+);