This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a0708b
)
perldelta for 4ded55f35 (lexical constants)
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 15 Dec 2012 13:50:00 +0000
(
05:50
-0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 15 Dec 2012 14:57:45 +0000
(06:57 -0800)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
0089a3e
..
0fb66a8
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-402,6
+402,11
@@
frees. This bug started happening in Perl 5.16.
Numerous memory leaks have been fixed, mostly involving fatal warnings and
syntax errors.
+=item *
+
+Lexical constants (C<my sub answer () { 42 }>) no longer cause double
+frees.
+
=back
=head1 Known Problems