Branch: refs/heads/jkeenan/sync-with-cpan-prereqs Home: https://github.com/Perl/perl5 Commit: f57599e53bb832b364bcea30b7904cfa2395758d https://github.com/Perl/perl5/commit/f57599e53bb832b364bcea30b7904cfa2395758d Author: James E Keenan <jkee...@cpan.org> Date: 2020-04-09 (Thu, 09 Apr 2020)
Changed paths: M Porting/sync-with-cpan Log Message: ----------- HTTP::Tiny needs two modules for https support When running sync-with-cpan on a machine for the first time, internal subroutine wget() was silently failing. After adding debugging code and running through the debugger, the HTTP::Tiny mirror() method call displayed this error message: IO::Socket::SSL 1.42 must be installed for https support Net::SSLeay 1.49 must be installed for https support