File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for the Perl extension Win32.
2
2
3
+ 0.58 [2022-01-17]
4
+ - add Win32::HttpGetFile (thanks to Craig Berry for the implementation
5
+ and Tomasz Konojacki for code review) [PR/30]
6
+ - skip failing Unicode.t on Cygwin because cwd() no longer returns an
7
+ ANSI (short) path there.
8
+ - Fixed test 14,15 of GetFullPathName.t when package is unpacked in a
9
+ top level folder (thanks to Jianhong Feng) [PR/20]
10
+
3
11
0.57 [2021-03-10]
4
12
- fix calling convention for PFNRegGetValueA [PR/28]
5
13
Original file line number Diff line number Diff line change 1
1
--- # YAML:1.0
2
2
name : Win32
3
3
abstract : Interfaces to some Win32 API Functions
4
- version : 0.57
4
+ version : 0.58
5
5
author :
6
-
6
+
7
7
license : perl
8
8
requires :
9
9
perl : 5.006
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ package Win32;
8
8
require DynaLoader;
9
9
10
10
@ISA = qw| Exporter DynaLoader| ;
11
- $VERSION = ' 0.57 ' ;
11
+ $VERSION = ' 0.58 ' ;
12
12
$XS_VERSION = $VERSION ;
13
13
$VERSION = eval $VERSION ;
14
14
You can’t perform that action at this time.
0 commit comments