X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FIO%2FMakefile.PL;h=095d7c2b5110b0f5bfaedb14b77d6b12ea48c9da;hb=c26abfa67c922434b29d744d55d428c8f0071e23;hp=eb059bf8e7e4530ffac3c87c1e4fe8ec11128eae;hpb=8add82fcce53822c8119c2a311f526a412bbc9c7;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/IO/Makefile.PL b/ext/IO/Makefile.PL index eb059bf..095d7c2 100644 --- a/ext/IO/Makefile.PL +++ b/ext/IO/Makefile.PL @@ -1,7 +1,9 @@ use ExtUtils::MakeMaker; +use Config qw(%Config); + WriteMakefile( - NAME => 'IO', - MAN3PODS => ' ', # Pods will be built by installman. - XSPROTOARG => '-noprototypes', # XXX remove later? - VERSION_FROM => 'lib/IO/Handle.pm', + VERSION_FROM => "IO.pm", + NAME => "IO", + OBJECT => '$(O_FILES)', + MAN3PODS => {}, # Pods will be built by installman. );