summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-04-17 08:29:26 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-04-17 08:29:26 +0100
commitea6b701ad5dd09b39fdbdbc59d369da8f19c7618 (patch)
tree9e9a19b0f2298eb6f0b6c0b88807815a2d759f32
parente184c4bc222629feb8f4576f8314becd9990ab41 (diff)
downloadperl-ea6b701ad5dd09b39fdbdbc59d369da8f19c7618.tar.gz
perldelta - Consistent perl bug formatting
"[perl #1234]" is used as footnotes to text, but "perl #1234" reads better in the body of the text.
-rw-r--r--pod/perldelta.pod7
1 files changed, 4 insertions, 3 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index a47b89a0f9..a32fd7e87c 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -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 *