Remove MAN3PODS from modules' Makefile.PLs which are not the same as on CPAN.
[p5sagit/p5-mst-13.2.git] / ext / IO / Makefile.PL
CommitLineData
8add82fc 1use ExtUtils::MakeMaker;
cf7fe8a2 2use Config qw(%Config);
3
8add82fc 4WriteMakefile(
cf7fe8a2 5 VERSION_FROM => "IO.pm",
6 NAME => "IO",
7 OBJECT => '$(O_FILES)',
8add82fc 8);