diff options
Diffstat (limited to 'ext/attrs/Makefile.PL')
-rw-r--r-- | ext/attrs/Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/attrs/Makefile.PL b/ext/attrs/Makefile.PL index c421757615..86ed3f3935 100644 --- a/ext/attrs/Makefile.PL +++ b/ext/attrs/Makefile.PL @@ -2,6 +2,6 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'attrs', VERSION_FROM => 'attrs.pm', - MAN3PODS => ' ', # Pods will be built by installman. + MAN3PODS => {}, # Pods will be built by installman. XSPROTOARG => '-noprototypes' ); |