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 11Revision history for the Perl extension Win32.
22
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+
370.53 [2019-08-05]
48 - improve Win32::GetOSDisplayName
59 - added Win2016/2019 detection and version information by
Original file line number Diff line number Diff line change 11--- # YAML:1.0
22name : Win32
33abstract : Interfaces to some Win32 API Functions
4- version : 0.53
4+ version : 0.54
55author :
66 - Jan Dubois <jan@jandubois.com>
77license : perl
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ package Win32;
88 require DynaLoader;
99
1010 @ISA = qw| Exporter DynaLoader| ;
11- $VERSION = ' 0.53 ' ;
11+ $VERSION = ' 0.54 ' ;
1212 $XS_VERSION = $VERSION ;
1313 $VERSION = eval $VERSION ;
1414
You can’t perform that action at this time.
0 commit comments