X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FFcntl%2FMakefile.PL;h=0346373713170ce4b6eaa484dffcd22d80ec26cb;hb=69158f75613eae787b94b6b4c3c353cf740e0e09;hp=414df14f22ba584a16388a88d7e1b56af2917753;hpb=42793c05a05499f6592114920af255acb5944481;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Fcntl/Makefile.PL b/ext/Fcntl/Makefile.PL index 414df14..0346373 100644 --- a/ext/Fcntl/Makefile.PL +++ b/ext/Fcntl/Makefile.PL @@ -1,2 +1,8 @@ use ExtUtils::MakeMaker; -WriteMakefile(); +WriteMakefile( + NAME => 'Fcntl', + MAN3PODS => {}, # Pods will be built by installman. + XSPROTOARG => '-noprototypes', # XXX remove later? + VERSION_FROM => 'Fcntl.pm', +); +