diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-11-20 17:18:25 +0100 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-11-20 17:18:25 +0100 |
commit | ad4340829488953b5ff85e45486e00e634e7ac60 (patch) | |
tree | 2c22f3cd75b9ecdd01532ed32bf682be89d49df3 | |
parent | b73d44b75a8889e12ce79ed8e92a1b2a1ea25e8e (diff) | |
download | perl-ad4340829488953b5ff85e45486e00e634e7ac60.tar.gz |
perldelta for 249534c3
-rw-r--r-- | pod/perldelta.pod | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 7c56dbaaa1..8912c5f0be 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<Use of uninitialized value $Foo::BAR>, crashes could +occur if the GLOB of the global variable causing the warning has been detached +from its original stash by, for example C<delete $::{'Foo::'}>. This has been +fixed by disabling the reporting of variable names in the warning in those +cases. + =back =head1 Obituary |