From b389fae19c20d6e967a37431f2d8464e059a60a7 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Sat, 29 Aug 2015 21:42:02 +0100 Subject: perldelta - Add links and other minor edits --- pod/perldelta.pod | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index c7cb43182d..bcfde9f5b0 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -234,17 +234,18 @@ L<[perl #125541]|https://rt.perl.org/Ticket/Display.html?id=125541> =item * -Regular expression possessive quantifier v5.20 regression now fixed. -CIC<{>I,IC<}+>C is supposed to behave identically -to C>IC<{>I,IC<})/>. Since v5.20, this didn't -work if I and I were equal. [perl #125825] +Regular expression possessive quantifier Perl 5.20 regression now fixed. +CIC<{>I,IC<}+>C is supposed to behave identically to +C>IC<{>I,IC<})/>. Since Perl 5.20, this didn't work +if I and I were equal. +L<[perl #125825]|https://rt.perl.org/Ticket/Display.html?id=125825> =item * -Code like C used to read the next line of input and treat it as -though it came immediately after the opening bracket. Some invalid code -consequently would parse and run, but some code caused crashes, so this is -now disallowed. [perl #123712] +Code like C used to read the next line of input and treat it as though +it came immediately after the opening bracket. Some invalid code consequently +would parse and run, but some code caused crashes, so this is now disallowed. +L<[perl #123712]|https://rt.perl.org/Ticket/Display.html?id=123712> =back -- cgit v1.2.1