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:
2e4f8b8
)
perldelta for #89544, nested closure leak
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 26 Jun 2012 03:33:40 +0000
(20:33 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 26 Jun 2012 03:33:40 +0000
(20:33 -0700)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
bac2a71
..
b14f415
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-380,6
+380,13
@@
During parsing, subs declared after errors no longer leave stubs
C<do $file> now clears C<$@> after an I/O error [perl #113730].
+=item *
+
+Closures containing no string evals no longer hang on to their containing
+subroutines, allowing variables closed over by outer subroutines to be
+freed when the outer sub is freed, even if the inner sub still exists
+[perl #89544].
+
=back
=head1 Known Problems