summaryrefslogtreecommitdiff
path: root/cpan/Win32/Win32.pm
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2011-01-12 11:31:49 -0800
committerJan Dubois <jand@activestate.com>2011-01-12 11:31:49 -0800
commit2ae3110b76299590fc3db9d4cb26cd7b80c3b796 (patch)
treea802d46151c7880a24d3a3755d01b338f27b5c1d /cpan/Win32/Win32.pm
parent3fa5404dd58b68a0fcd1b3237b84da342905c54a (diff)
downloadperl-2ae3110b76299590fc3db9d4cb26cd7b80c3b796.tar.gz
Update to Win32-0.43 from CPAN
Diffstat (limited to 'cpan/Win32/Win32.pm')
-rw-r--r--cpan/Win32/Win32.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Win32/Win32.pm b/cpan/Win32/Win32.pm
index 792ed7f161..cfc5bb9160 100644
--- a/cpan/Win32/Win32.pm
+++ b/cpan/Win32/Win32.pm
@@ -8,7 +8,7 @@ package Win32;
require DynaLoader;
@ISA = qw|Exporter DynaLoader|;
- $VERSION = '0.42';
+ $VERSION = '0.43';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;