This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to Module-Build-0.32
[perl5.git] / lib / Module / Build / Platform / os2.pm
index 54f4100..ba124dd 100644 (file)
@@ -2,7 +2,7 @@ package Module::Build::Platform::os2;
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.31_04';
+$VERSION = '0.32';
 $VERSION = eval $VERSION;
 use Module::Build::Platform::Unix;