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