summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2017-08-14 16:31:24 +1000
committerTony Cook <tony@develop-help.com>2017-08-14 16:31:24 +1000
commit70268191caaa2eedea032fbd6aee5d6c0628fd0a (patch)
tree32393b3c2e60ba50cffe8fe2e359f8497e34742b
parent3cb4cde3dd4d2af2f5065053905708bffa5168f9 (diff)
downloadperl-70268191caaa2eedea032fbd6aee5d6c0628fd0a.tar.gz
perldelta for 3cb4cde3dd4d
-rw-r--r--pod/perldelta.pod9
1 files changed, 9 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index fc1eb5f4d6..98b4b0e2b1 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -370,6 +370,15 @@ F<pp.c> defined C<_LIB_VERSION> which C<-lieee> already defines. [perl
The tokenizer no longer consumes the exponent part of a floating
pointer number if it's incomplete. [perl #131725]
+=item *
+
+On non-threaded builds, for C<m/$null/> where C<$null> is an empty
+string is no longer treated as if the C</o> flag was present when the
+previous matching match operator included the C</o> flag. The
+rewriting used to implement this behavior could confuse the
+interpreter. This matches the behaviour of threaded builds. [perl
+#124368]
+
=back
=head1 Known Problems