From 84fd73723c8e464cd37b145631e8270495d8d0c0 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 17 Sep 2013 18:20:37 -0700 Subject: [PATCH] perldelta for acb340504/#119501 --- pod/perldelta.pod | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 6555465..2f601bc 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -9,7 +9,6 @@ e94bb470 install useful Regexp::CARP_TRACE from Carp 9d32676e [perl #117265] fix various problems with safesyscalls 9c7618be regcomp.c: Use Perl_form() instead of buggy sprintf 531d75b0 [perl #89502]: Add support for Atari FreeMiNT platform -acb34050 [perl #119501] \(1+2) always referencing the same sv =head1 NAME @@ -1245,6 +1244,12 @@ slices. [perl #28380, #114024] C< $! = EINVAL; waitpid(0, WNOHANG); > no longer goes into an internal infinite loop. [perl #85228] +=item * + +Perl 5.19.3 accidentally caused C<\(1+2)> to return a reference to the same +mutable scalar each time, so that modifications affect future evaluations. +This has been fixed. [perl #119501] + =back =head1 Known Problems -- 2.7.4