summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2011-08-26 15:30:17 +0200
committerFlorian Ragwitz <rafl@debian.org>2011-08-26 15:30:31 +0200
commit2417db0fb29c260ae01503cff9af78540eeb4198 (patch)
treee8282ac8d613bb6885a1dc3cb2c938b02148447f
parentba4a1c05e90a8c6f86c1acb7c27b73650663e393 (diff)
downloadperl-2417db0fb29c260ae01503cff9af78540eeb4198.tar.gz
Perldelta for the Carp memory leak fix
-rw-r--r--pod/perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 322ad63a1a..70c33b0ed2 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -127,6 +127,12 @@ Perl 5.10.0 introduced some faulty logic that made "U*" in the middle of
a pack template equivalent to "U0" if the input string was empty. This has
been fixed [perl #90160].
+=item *
+
+C<caller> no longer leaks memory when called from the DB package if
+C<@DB::args> was assigned to after the first call to C<caller>. L<Carp>
+was triggering this bug [perl #97010].
+
=back
=head1 Acknowledgements