"Clean" implementation of binmode(FH)/":raw" identity.
[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)',
cf7fe8a2 8 MAN3PODS => {}, # Pods will be built by installman.
8add82fc 9);