Remove MAN3PODS from modules' Makefile.PLs which are not the same as on CPAN.
[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 );