diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2022-01-19 14:00:58 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2022-01-19 14:00:58 +0000 |
commit | 3fe11e08ed12031c30123faa114fa48661ea6226 (patch) | |
tree | 6a172717fdb4c1b27fbe7904e1d621f2524bd24d /Porting/Maintainers.pl | |
parent | 8b9e957f94ada5241a25788d92476d18da1dab19 (diff) | |
download | perl-3fe11e08ed12031c30123faa114fa48661ea6226.tar.gz |
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]
Diffstat (limited to 'Porting/Maintainers.pl')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index ade17b2cc5..9af59b46fd 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1301,7 +1301,7 @@ use File::Glob qw(:case); }, 'Win32' => { - 'DISTRIBUTION' => "JDB/Win32-0.57.tar.gz", + 'DISTRIBUTION' => "JDB/Win32-0.58.tar.gz", 'FILES' => q[cpan/Win32], }, |