summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2018-03-22 21:15:23 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2018-03-22 21:15:23 +0000
commit912849fb545142e22104792326373f9c28cdf72d (patch)
tree86cc7b4ee137d6db09af2a7676e979ee297d538b
parent4ded285d0f266f02ad013cd146d57ffa4e18cc32 (diff)
downloadperl-912849fb545142e22104792326373f9c28cdf72d.tar.gz
perldelta - Add bug link
-rw-r--r--pod/perldelta.pod16
1 files changed, 8 insertions, 8 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 7bc909b6c0..9925e83338 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -146,14 +146,14 @@ L<[perl #132017]|https://rt.perl.org/Public/Bug/Display.html?id=132017>
=item *
-Failures while compiling code within other constructs, such as with
-string interpolation and the right part of C<s///e> now cause
-compilation to abort earlier.
-
-Previously compilation could continue in order to report other errors,
-but the failed sub-parse could leave partly parsed constructs on the
-parser shift-reduce stack, confusing the parser, leading to perl
-crashes. [perl #125351]
+Failures while compiling code within other constructs, such as with string
+interpolation and the right part of C<s///e> now cause compilation to abort
+earlier.
+
+Previously compilation could continue in order to report other errors, but the
+failed sub-parse could leave partly parsed constructs on the parser
+shift-reduce stack, confusing the parser, leading to perl crashes.
+L<[perl #125351]|https://rt.perl.org/Public/Bug/Display.html?id=125351>
=back