Don't test the core XS code yet with PERL_DEBUG_COW > 1
[p5sagit/p5-mst-13.2.git] / ext / IO / Makefile.PL
1 use ExtUtils::MakeMaker;
2 use Config qw(%Config);
3
4 WriteMakefile(
5         VERSION_FROM    => "IO.pm",
6         NAME            => "IO",
7         OBJECT          => '$(O_FILES)', 
8         MAN3PODS        => {},          # Pods will be built by installman.
9 );