In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/70268191caaa2eedea032fbd6aee5d6c0628fd0a?hp=3cb4cde3dd4d2af2f5065053905708bffa5168f9>

- Log -----------------------------------------------------------------
commit 70268191caaa2eedea032fbd6aee5d6c0628fd0a
Author: Tony Cook <t...@develop-help.com>
Date:   Mon Aug 14 16:31:24 2017 +1000

    perldelta for 3cb4cde3dd4d
-----------------------------------------------------------------------

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

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

--
Perl5 Master Repository

Reply via email to