Follow that camel ... another sync.
[p5sagit/p5-mst-13.2.git] / os2 / OS2 / REXX / Makefile.PL
index 0b43a36..6648b2c 100644 (file)
@@ -2,7 +2,8 @@ use ExtUtils::MakeMaker;
 
 WriteMakefile(
              NAME => 'OS2::REXX',
-             VERSION => '0.21',
+             VERSION => '0.22',
              MAN3PODS  => ' ',         # Pods will be built by installman.
              XSPROTOARG => '-noprototypes',
+             PERL_MALLOC_OK => 1,
 );