36 additional tests for B
[p5sagit/p5-mst-13.2.git] / ext / XS / APItest / Makefile.PL
index 6e6cb49..4ff9403 100644 (file)
@@ -14,6 +14,7 @@ WriteMakefile(
     'INC'              => '-I.', # e.g., '-I. -I/usr/include/other'
        # Un-comment this if you add C files to link with later:
     # 'OBJECT'         => '$(O_FILES)', # link all the C files too
+    MAN3PODS           => {},  # Pods will be built by installman.
 );
 
 sub MY::install { "install ::\n"  };