source: trunk/essentials/dev-lang/perl/os2/OS2/REXX/Makefile.PL@ 3210

Last change on this file since 3210 was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 233 bytes
Line 
1use ExtUtils::MakeMaker;
2
3WriteMakefile(
4 NAME => 'OS2::REXX',
5 VERSION_FROM => 'REXX.pm',
6 MAN3PODS => {}, # Pods will be built by installman.
7 XSPROTOARG => '-noprototypes',
8 PERL_MALLOC_OK => 1,
9);
Note: See TracBrowser for help on using the repository browser.