From c3e455cf0137e85c93bf6c6cefb45be126f7f0a2 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 12 Aug 2013 14:31:29 -0700 Subject: [PATCH] perldelta for 5d71919 --- pod/perldelta.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index d8b04e5..9dc7642 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -488,6 +488,13 @@ Closures of the form C are no longer inlined, causing changes to the variable to be ignored by callers of the subroutine [perl #79908]. +=item * + +Return values of certain operators such as C would sometimes be shared +between recursive calls to the same subroutine, causing the inner call to +modify the value returned by C in the outer call. This has been +fixed. + =back =head1 Known Problems -- 2.7.4