Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 3fe11e08ed12031c30123faa114fa48661ea6226
https://github.com/Perl/perl5/commit/3fe11e08ed12031c30123faa114fa48661ea6226
Author: Chris 'BinGOs' Williams <[email protected]>
Date: 2022-01-19 (Wed, 19 Jan 2022)
Changed paths:
M Porting/Maintainers.pl
M cpan/Win32/Makefile.PL
M cpan/Win32/Win32.pm
M cpan/Win32/Win32.xs
M cpan/Win32/t/GetFullPathName.t
M cpan/Win32/t/Unicode.t
Log Message:
-----------
Update Win32 to CPAN version 0.58
[DELTA]
0.58 [2022-01-17]
- add Win32::HttpGetFile (thanks to Craig Berry for the implementation
and Tomasz Konojacki for code review) [PR/30]
- skip failing Unicode.t on Cygwin because cwd() no longer returns an
ANSI (short) path there.
- Fixed test 14,15 of GetFullPathName.t when package is unpacked in a
top level folder (thanks to Jianhong Feng) [PR/20]