This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
allocate a whole fd_set for pp_sselect() on more platforms
[perl5.git] / os2 / OS2 / REXX / Makefile.PL
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile(
4               NAME => 'OS2::REXX',
5               VERSION => '0.21',
6               MAN3PODS  => ' ',         # Pods will be built by installman.
7               XSPROTOARG => '-noprototypes',
8 );