This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[inseparable changes from patch from perl5.003_09 to perl5.003_10]
[perl5.git] / os2 / OS2 / REXX / Makefile.PL
CommitLineData
760ac839
LW
1use ExtUtils::MakeMaker;
2
3WriteMakefile(
4 NAME => 'OS2::REXX',
5 VERSION => '0.2',
ff68c719 6 MAN3PODS => ' ', # Pods will be built by installman.
760ac839
LW
7 XSPROTOARG => '-noprototypes',
8);