In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/befef3681ffdd8d9337e2c6b174f6b59f971ceaf?hp=105c827d9a0f19a772c7b179e2997d842a095460>

- Log -----------------------------------------------------------------
commit befef3681ffdd8d9337e2c6b174f6b59f971ceaf
Author: Tony Cook <[email protected]>
Date:   Mon Aug 19 15:49:35 2019 +1000

    perldelta for 105c827d9a0f
    
    though if anyone has a better description, please update it

-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index fb3c2cd532..7588464322 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -57,6 +57,13 @@ as strings so ranges like C< "00" .. "03" > produced C< 
"00", "01",
 
 [perl #133695]
 
+=head2 C<\K> now disallowed in look-ahead and look-behind assertions
+
+This was disallowed because it causes unexpected behaviour, and no-one
+could define what the desired behaviour was.
+
+[perl #124256]
+
 =head1 Deprecations
 
 XXX Any deprecated features, syntax, modules etc. should be listed here.

-- 
Perl5 Master Repository

Reply via email to