Attempt to fix core-specific logic in IPC::Open2 tests
[p5sagit/p5-mst-13.2.git] / ext / POSIX / Makefile.PL
index 5f6679d..5569e17 100644 (file)
@@ -20,7 +20,6 @@ if ($^O ne 'MSWin32') {
 WriteMakefile(
     NAME       => 'POSIX',
     @libs,
-    MAN3PODS   => {},  # Pods will be built by installman.
     XSPROTOARG => '-noprototypes',     # XXX remove later?
     VERSION_FROM => 'POSIX.pm',
     realclean  => {FILES=> 'const-c.inc const-xs.inc'},