diff options
Diffstat (limited to 'ext/POSIX/Makefile.PL')
-rw-r--r-- | ext/POSIX/Makefile.PL | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/POSIX/Makefile.PL b/ext/POSIX/Makefile.PL index 5f6679d145..5569e17fd8 100644 --- a/ext/POSIX/Makefile.PL +++ b/ext/POSIX/Makefile.PL @@ -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'}, |