This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
remove I_POLL detection (Configure will do that now)
[perl5.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         DEFINE          => $define,
9         MAN3PODS        => {},          # Pods will be built by installman.
10 );