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 4e18cd4 commit 62bd746Copy full SHA for 62bd746
Changes
@@ -1,5 +1,8 @@
1
Revision history for the Perl extension Win32.
2
3
+0.52_01 [2017-11-30]
4
+ - add missing const
5
+
6
0.52 [2015-08-19]
7
- minimal Windows 10 support (thanks to Joel Maslak) [PR/8]
8
- refactor Windows 10 support to include ProductInfo flags
Win32.pm
@@ -8,7 +8,7 @@ package Win32;
require DynaLoader;
9
10
@ISA = qw|Exporter DynaLoader|;
11
- $VERSION = '0.52';
+ $VERSION = '0.52_01';
12
$XS_VERSION = $VERSION;
13
$VERSION = eval $VERSION;
14
0 commit comments