Re: [perl #45493] [patch] ext/Win32/Win32.xs compilation fails on msvc < 6
[p5sagit/p5-mst-13.2.git] / ext / Win32 / Win32.pm
index a328016..be3fd98 100644 (file)
@@ -8,7 +8,7 @@ BEGIN {
     require DynaLoader;
 
     @ISA = qw|Exporter DynaLoader|;
-    $VERSION = '0.31';
+    $VERSION = '0.31_01';
     $XS_VERSION = $VERSION;
     $VERSION = eval $VERSION;