summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2020-11-19 10:50:16 +1100
committerTony Cook <tony@develop-help.com>2020-11-19 10:50:16 +1100
commita473ef8bc0d67b85bc4982944d05f235fc906aae (patch)
tree10ffc44c84c1244751b3e0805587812f58a878b2
parent23332c7d6cee0424f6d724f503785a46156f4f87 (diff)
downloadperl-a473ef8bc0d67b85bc4982944d05f235fc906aae.tar.gz
perldelta updates
-rw-r--r--pod/perldelta.pod19
1 files changed, 15 insertions, 4 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index dfdd782598..55ed1f6f2f 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -218,7 +218,10 @@ XXX Changes (i.e. rewording) of diagnostic messages go here
=item *
-XXX Describe change here
+L<\K not permitted in lookahead/lookbehind in regex; marked by <-- HERE in mE<sol>%sE<sol>|perldiag/"\K not permitted in lookahead/lookbehind in regex; marked by <-- HERE in m/%s/">
+
+This error was incorrectly produced in some cases involving nested
+lookarounds. This has been fixed. [GH #18123]
=back
@@ -330,9 +333,11 @@ L</Modules and Pragmata> section.
=over 4
-=item XXX-some-platform
+=item DragonFlyBSD
-XXX
+Tests were updated to workaround DragonFlyBSD bugs in L<tc*()
+functions|https://bugs.dragonflybsd.org/issues/3252> and L<ctime
+updates|https://bugs.dragonflybsd.org/issues/3251>.
=back
@@ -363,7 +368,13 @@ files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>.
=item *
-XXX
+Magic is now called correctly for stacked file test operators. [GH #18293]
+
+=item *
+
+The C<@ary = split(...)> optimization no longer switches in the target
+array as the value stack. [GH #18232] Also see discussion at
+L<https://github.com/Perl/perl5/pull/18014#issuecomment-671299506>.
=back