From: Rafael Garcia-Suarez Date: Thu, 22 Nov 2007 07:09:59 +0000 (+0000) Subject: Upgrade to Win32 0.34 X-Git-Tag: accepted/trunk/20130322.191538~14153 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7444e0114b4d1cd0259f54a7bbad4594b2c6177b;p=platform%2Fupstream%2Fperl.git Upgrade to Win32 0.34 p4raw-id: //depot/perl@32445 --- diff --git a/ext/Win32/Win32.pm b/ext/Win32/Win32.pm index 72dac3a..1f909e4 100644 --- a/ext/Win32/Win32.pm +++ b/ext/Win32/Win32.pm @@ -8,7 +8,7 @@ BEGIN { require DynaLoader; @ISA = qw|Exporter DynaLoader|; - $VERSION = '0.33'; + $VERSION = '0.34'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION;