From: Steve Hay Date: Thu, 17 Apr 2014 07:29:26 +0000 (+0100) Subject: perldelta - Consistent perl bug formatting X-Git-Tag: upstream/5.20.0~100 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea6b701ad5dd09b39fdbdbc59d369da8f19c7618;p=platform%2Fupstream%2Fperl.git perldelta - Consistent perl bug formatting "[perl #1234]" is used as footnotes to text, but "perl #1234" reads better in the body of the text. --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index a47b89a..a32fd7e 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -452,6 +452,7 @@ files in F and F are best summarized in L. A regression involving the string value of C<$!> introduced in v5.19.2 has been reverted for v5.20. [L] + This re-breaks the bugs it fixed, L, so an alternative fix is planned for v5.22 @@ -465,9 +466,9 @@ caused C matches to falsely fail. Now fixed. =item * A regression was introduced in the fix for -[L] that -prevented C (with a trailing slash) from finding .pmc files. This has -been fixed. +L that +prevented C (with a trailing slash) from finding .pmc files. +This has been fixed. [L]. =item *