projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4afdb7
)
perldelta for 7ef30830/#114018
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 14 Aug 2012 21:40:38 +0000
(14:40 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Wed, 15 Aug 2012 00:49:30 +0000
(17:49 -0700)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
8541dba
..
0f951df
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-520,6
+520,12
@@
subroutine.
=item *
+Similarly, C<print $x> and C<print eval '$x'> now produce the same output.
+This also allows "my $x if 0" variables to be seen in the debugger
+[perl #114018].
+
+=item *
+
Formats called recursively no longer stomp on their own lexical variables,
but each recursive call has its own set of lexicals.