We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea45da commit da6fd0cCopy full SHA for da6fd0c
Changes
@@ -1,5 +1,8 @@
1
Revision history for the Perl extension Win32.
2
3
+0.57 [2021-03-10]
4
+ - fix calling convention for PFNRegGetValueA [PR/28]
5
+
6
0.56 [2021-03-07]
7
- added t/Privileges.t to MANIFEST
8
META.yml
@@ -1,7 +1,7 @@
--- #YAML:1.0
name: Win32
abstract: Interfaces to some Win32 API Functions
-version: 0.56
+version: 0.57
author:
- Jan Dubois <[email protected]>
license: perl
Win32.pm
@@ -8,7 +8,7 @@ package Win32;
require DynaLoader;
9
10
@ISA = qw|Exporter DynaLoader|;
11
- $VERSION = '0.56';
+ $VERSION = '0.57';
12
$XS_VERSION = $VERSION;
13
$VERSION = eval $VERSION;
14
0 commit comments