Integrate change #9030 from maintperl into mainline.
[p5sagit/p5-mst-13.2.git] / os2 / OS2 / REXX / Makefile.PL
CommitLineData
760ac839 1use ExtUtils::MakeMaker;
2
3WriteMakefile(
4 NAME => 'OS2::REXX',
5ba48348 5 VERSION_FROM => 'REXX.pm',
b1705298 6 MAN3PODS => {}, # Pods will be built by installman.
760ac839 7 XSPROTOARG => '-noprototypes',
ee13e175 8 PERL_MALLOC_OK => 1,
760ac839 9);