perldelta - Consistent perl bug formatting
authorSteve Hay <steve.m.hay@googlemail.com>
Thu, 17 Apr 2014 07:29:26 +0000 (08:29 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Thu, 17 Apr 2014 07:29:26 +0000 (08:29 +0100)
"[perl #1234]" is used as footnotes to text, but "perl #1234" reads better
in the body of the text.

pod/perldelta.pod

index a47b89a..a32fd7e 100644 (file)
@@ -452,6 +452,7 @@ files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>.
 A regression involving the string value of C<$!> introduced in v5.19.2
 has been reverted for v5.20.
 [L<perl #119499|https://rt.perl.org/Public/Bug/Display.html?id=119499>]
+
 This re-breaks the bugs it fixed,
 L<perl #112208|https://rt.perl.org/Public/Bug/Display.html?id=112208>, so
 an alternative fix is planned for v5.22
@@ -465,9 +466,9 @@ caused C<//m> matches to falsely fail. Now fixed.
 =item *
 
 A regression was introduced in the fix for
-[L<perl #116192|https://rt.perl.org/Public/Bug/Display.html?id=116192>] that
-prevented C<perl -I /somedir/> (with a trailing slash) from finding .pmc files. This has
-been fixed.
+L<perl #116192|https://rt.perl.org/Public/Bug/Display.html?id=116192> that
+prevented C<perl -I /somedir/> (with a trailing slash) from finding .pmc files.
+This has been fixed.
 [L<perl #121512|https://rt.perl.org/Public/Bug/Display.html?id=121512>].
 
 =item *