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.54 [2020-03-27]
4
+ - Skip tests that rely upon short names if these are unavailable
5
+ and additional docs about short filenames. Richard Leach [PR/23]
6
+
3
7
0.53 [2019-08-05]
4
8
- improve Win32::GetOSDisplayName
5
9
- added Win2016/2019 detection and version information by
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.53
4
+ version : 0.54
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.53 ' ;
11
+ $VERSION = ' 0.54 ' ;
12
12
$XS_VERSION = $VERSION ;
13
13
$VERSION = eval $VERSION ;
14
14
You can’t perform that action at this time.
0 commit comments