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:
e4963eb
)
perldelta for f32c7e864b6: recursive formats
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 14 Aug 2012 21:22:15 +0000
(14:22 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Wed, 15 Aug 2012 00:49:29 +0000
(17:49 -0700)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
99d25a4
..
653fe6a
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-514,6
+514,11
@@
It was possible for the latter to refuse to close over $x if the variable
was not active; e.g., if it was defined outside a currently-running named
subroutine.
+=item *
+
+Formats called recursively no longer stomp on their own lexical variables,
+but each recursive call has its own set of lexicals.
+
=back
=head1 Known Problems