perl 5.002beta2 patch
[p5sagit/p5-mst-13.2.git] / ext / Safe / Makefile.PL
index 414df14..2024998 100644 (file)
@@ -1,2 +1,5 @@
 use ExtUtils::MakeMaker;
-WriteMakefile();
+WriteMakefile(
+    MAN3PODS   => ' ',         # Pods will be built by installman.
+    XSPROTOARG => '-noprototypes',             # XXX remove later?
+);