This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Diffs-sans-version-diffs between blead and maint.
[perl5.git] / ext / IO / Makefile.PL
CommitLineData
8add82fc 1use ExtUtils::MakeMaker;
cf7fe8a2
GS
2use Config qw(%Config);
3
8add82fc 4WriteMakefile(
cf7fe8a2
GS
5 VERSION_FROM => "IO.pm",
6 NAME => "IO",
7 OBJECT => '$(O_FILES)',
cf7fe8a2 8 MAN3PODS => {}, # Pods will be built by installman.
8add82fc 9);