diff options
Diffstat (limited to 'cpan/Win32/Win32.pm')
-rw-r--r-- | cpan/Win32/Win32.pm | 2 |
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;
|