From ad4340829488953b5ff85e45486e00e634e7ac60 Mon Sep 17 00:00:00 2001 From: Florian Ragwitz Date: Sat, 20 Nov 2010 17:18:25 +0100 Subject: [PATCH] perldelta for 249534c3 --- pod/perldelta.pod | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 7c56dba..8912c5f 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1,8 +1,7 @@ =encoding utf8 =for comment -This has been completed up to f869c5854, except for: -249534c343ab758089ce40786709465e328c8b2d +This has been completed up to f869c5854 I may have missed a few module version bumps. =head1 NAME @@ -891,6 +890,14 @@ A signal handler called within a signal handler could cause leaks or double-frees. Now fixed. L<[perl #76248]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=76248>. +=item * + +When trying to report C, crashes could +occur if the GLOB of the global variable causing the warning has been detached +from its original stash by, for example C. This has been +fixed by disabling the reporting of variable names in the warning in those +cases. + =back =head1 Obituary -- 2.7.4