This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for a70f21d0d1
authorFather Chrysostomos <sprout@cpan.org>
Sun, 14 Dec 2014 22:30:05 +0000 (14:30 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 15 Dec 2014 00:28:41 +0000 (16:28 -0800)
pod/perldelta.pod

index 65c4aeb..1ebd345 100644 (file)
@@ -508,6 +508,11 @@ C<for(scalar($#foo)) { ... }> can modify C<$#foo> through C<$_>.
 C<qr/@array(?{block})/> no longer dies with "Bizarre copy of ARRAY".
 [#123344]
 
+=item *
+
+C<eval '$variable'> in nested named subroutines would sometimes look up a
+global variable even with a lexical variable in scope.
+
 =back
 
 =head1 Known Problems