summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-12-15 05:50:00 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-12-15 06:57:45 -0800
commit966f0fdbf3c6453bc479dab5f7abc3f53b762938 (patch)
tree200e938c310affb1c5cb43336d9e2a5413360a36
parent9a0708b24106bfbd611b2ca7cb59cfbcd236de80 (diff)
downloadperl-966f0fdbf3c6453bc479dab5f7abc3f53b762938.tar.gz
perldelta for 4ded55f35 (lexical constants)
-rw-r--r--pod/perldelta.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 0089a3e89d..0fb66a8020 100644
--- 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