summaryrefslogtreecommitdiff
path: root/ext/Safe
diff options
context:
space:
mode:
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?
+);