Branch: refs/heads/jkeenan/HaraldJoerg/pod-fixes Home: https://github.com/Perl/perl5 Commit: e49aefb7c29a8bc0dc3c1a3ab31f326ffabbfbb5 https://github.com/Perl/perl5/commit/e49aefb7c29a8bc0dc3c1a3ab31f326ffabbfbb5 Author: Harald Jörg <haj@posteo.de> Date: 2022-08-01 (Mon, 01 Aug 2022) Changed paths: M Porting/checkAUTHORS.pl M pod/perlsub.pod Log Message: ----------- pod/perlsub.pod - Make three links working after pod2html conversion A space after the separator between text and name as in L<< text | name >> is retained in the href element created by pod2html: href="base/ name". Three of these occur in perlsub.pod, the links are broken in the perlsub presentations on metacpan, perldoc.pl and github. This patch removes a set of such spaces. I guess this could also (or instead) be fixed in pod2html and maybe other POD converters by making them eliminate leading spaces after the separator? Committer: add 2nd email address for submitter. Keep porting tests happy. For: https://github.com/Perl/perl5/pull/20023