Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 275f4e511457b9578602fc7a19a23cde36fe66bb
https://github.com/Perl/perl5/commit/275f4e511457b9578602fc7a19a23cde36fe66bb
Author: Lukas Mai <lukasmai.403@gmail.com>
Date: 2023-03-31 (Fri, 31 Mar 2023)
Changed paths:
M pod/perlretut.pod
Log Message:
-----------
perlretut: use a numbered list to format a numbered list
Manually messing around with Z<> and E<nbsp> just ends up looking weird
in some formatters. See for example
<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033649>.
Use POD's built-in support for numbered lists instead. (Also, add the
missing "." after some numbers in the first list.)
Fixes #20997.