X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2Fattrs%2FMakefile.PL;h=86ed3f3935514751e7a989bea4c4d7dda5d94c75;hb=e67426a489d5f4a242c5edc688e24e7e32e60c26;hp=c42175761546232249b2b82a9f0bf21bfdd6c0b9;hpb=77a005ab9f9f951511e847aba59fbf2ab1bb17e3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/attrs/Makefile.PL b/ext/attrs/Makefile.PL index c421757..86ed3f3 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' );