summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-09-14 18:54:55 -0700
committerFather Chrysostomos <sprout@cpan.org>2013-09-14 18:54:55 -0700
commit0d72ebc094dbd2953d6ada2a0faa3ddac9f3dd52 (patch)
tree9cb011a9e7eff0ef551d404edd088dcda18ecd36 /pod
parent7a7c28da32078097a24a89e3a16f77488f0b7d08 (diff)
downloadperl-0d72ebc094dbd2953d6ada2a0faa3ddac9f3dd52.tar.gz
perldelta for d4a823b3
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index a14ea23577..6230246d66 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -794,7 +794,8 @@ vivification has been extended to work with those. [perl #118691]
=item *
Assigning references or globs to the scalar returned by C<$#foo> after the
-@foo array has been freed no longer causes crashes.
+@foo array has been freed no longer causes assertion failures on debugging
+builds and memory leaks on regular builds.
=back