perl 5.003_02: [no incremental changelog available]
[p5sagit/p5-mst-13.2.git] / os2 / OS2 / REXX / Makefile.PL
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile(
4               NAME => 'OS2::REXX',
5               VERSION => '0.2',
6               XSPROTOARG => '-noprototypes',
7 );