Integrate mainline (mostly) utf8.c does not compile.
[p5sagit/p5-mst-13.2.git] / os2 / OS2 / REXX / DLL / Makefile.PL
CommitLineData
ed344e4f 1use ExtUtils::MakeMaker;
2
3WriteMakefile(
4 NAME => 'OS2::DLL',
c798bd21 5 VERSION_FROM => 'DLL.pm',
7ea3cd40 6 MAN3PODS => {}, # Pods will be built by installman.
ed344e4f 7 XSPROTOARG => '-noprototypes',
8 PERL_MALLOC_OK => 1,
9);