Re: Namespace cleanup: Does SDBM need binary compatibility?
[p5sagit/p5-mst-13.2.git] / ext / IO / Makefile.PL
1 use ExtUtils::MakeMaker;
2 WriteMakefile(
3     NAME => 'IO',
4     MAN3PODS   => ' ',                  # Pods will be built by installman.
5     XSPROTOARG => '-noprototypes',      # XXX remove later?
6     VERSION_FROM => 'lib/IO/Handle.pm',
7 );