File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
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.59 [2022-05-05]
4
+ - add Win32::GetChipArch and use it in Win32::GetOSName to support arm/arm64
5
+ architecture by Pierrick Bouvier [PR/34]
6
+
3
7
0.58 [2022-01-17]
4
8
- add Win32::HttpGetFile (thanks to Craig Berry for the implementation
5
9
and Tomasz Konojacki for code review) [PR/30]
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.58
4
+ version : 0.59
5
5
author :
6
6
- Jan Dubois <jan@jandubois.com>
7
7
license : perl
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.58 ' ;
11
+ $VERSION = ' 0.59 ' ;
12
12
$XS_VERSION = $VERSION ;
13
13
$VERSION = eval $VERSION ;
14
14
You can’t perform that action at this time.
0 commit comments