[inseparable changes from patch from perl5.003_22 to perl5.003_23]
[p5sagit/p5-mst-13.2.git] / ext / IO / Makefile.PL
CommitLineData
8add82fc 1use ExtUtils::MakeMaker;
2WriteMakefile(
3 NAME => 'IO',
4 MAN3PODS => ' ', # Pods will be built by installman.
5 XSPROTOARG => '-noprototypes', # XXX remove later?
6 VERSION_FROM => 'lib/IO/Handle.pm',
774d564b 7 XS_VERSION => 1.15
8add82fc 8);