perl 5.002beta2 patch
[p5sagit/p5-mst-13.2.git] / ext / GDBM_File / Makefile.PL
index ababcc7..6278008 100644 (file)
@@ -1,2 +1,6 @@
 use ExtUtils::MakeMaker;
-WriteMakefile(LIBS => ["-L/usr/local/lib -lgdbm", "-ldbm"]);
+WriteMakefile(
+    LIBS => ["-L/usr/local/lib -lgdbm", "-ldbm"],
+    MAN3PODS   => ' ',         # Pods will be built by installman.
+    XSPROTOARG => '-noprototypes',             # XXX remove later?
+);