From 6f67fbfe2dc1120f6c613942e68dadc4a1205e9a Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 14 Dec 2014 14:30:05 -0800 Subject: [PATCH 1/1] perldelta for a70f21d0d1 --- pod/perldelta.pod | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 65c4aeb..1ebd345 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -508,6 +508,11 @@ C can modify C<$#foo> through C<$_>. C no longer dies with "Bizarre copy of ARRAY". [#123344] +=item * + +C in nested named subroutines would sometimes look up a +global variable even with a lexical variable in scope. + =back =head1 Known Problems -- 1.8.3.1