Update README and INSTALL; partly based on the message
[p5sagit/p5-mst-13.2.git] / os2 / OS2 / REXX / Makefile.PL
CommitLineData
760ac839 1use ExtUtils::MakeMaker;
2
3WriteMakefile(
4 NAME => 'OS2::REXX',
fb73857a 5 VERSION => '0.21',
ff68c719 6 MAN3PODS => ' ', # Pods will be built by installman.
760ac839 7 XSPROTOARG => '-noprototypes',
8);