Branch: refs/heads/jkeenan/replace-search-cpan-org
Home: https://github.com/Perl/perl5
Commit: 4ea4adff4a45ef05a7726425e1202acade04356d
https://github.com/Perl/perl5/commit/4ea4adff4a45ef05a7726425e1202acade04356d
Author: James E Keenan <[email protected]>
Date: 2021-02-19 (Fri, 19 Feb 2021)
Changed paths:
M dist/Devel-PPPort/HACKERS
M dist/IO/IO.pm
M ext/mro/mro.pm
M ext/mro/mro.xs
M pod/perlhack.pod
Log Message:
-----------
Update search.cpan.org URLs
search.cpan.org has (sadly) been gone for several years now. This patch
updates the remaining important instances of that URL found in the parts
of the core distribution under the control of Perl 5 Porters, i.e.,
excluding the cpan/ directory.
The patch does not attempt to update URLs in "historical" data, e.g.,
older perldeltas. Nor does it attempt to deal with results produced by
Porting/checkURL.pl.
Following discussion: Abandon changes to 'if' and 'PathTools' META.json
files.
Commit: 3fbab60fe1f06d01296a2c80ece4f6e2cac05f0f
https://github.com/Perl/perl5/commit/3fbab60fe1f06d01296a2c80ece4f6e2cac05f0f
Author: James E Keenan <[email protected]>
Date: 2021-02-19 (Fri, 19 Feb 2021)
Changed paths:
M dist/IO/IO.pm
M dist/IO/lib/IO/Dir.pm
M dist/IO/lib/IO/File.pm
M dist/IO/lib/IO/Handle.pm
M dist/IO/lib/IO/Pipe.pm
M dist/IO/lib/IO/Poll.pm
M dist/IO/lib/IO/Seekable.pm
M dist/IO/lib/IO/Select.pm
M dist/IO/lib/IO/Socket.pm
M dist/IO/lib/IO/Socket/INET.pm
M dist/IO/lib/IO/Socket/UNIX.pm
Log Message:
-----------
Bump $VERSION in all dist/IO .pm files
Compare: https://github.com/Perl/perl5/compare/cf081252b0bb...3fbab60fe1f0