summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-06-10 01:04:18 -0700
committerFather Chrysostomos <sprout@cpan.org>2013-06-10 01:23:09 -0700
commit42dd67ca0471eb6dbdf676a529268c19897815c2 (patch)
tree7561a31367be6fd9f421e8eec40f3163039dbc76
parent1efc2d08eb802267de02bc21f6541b3a9b999820 (diff)
downloadperl-42dd67ca0471eb6dbdf676a529268c19897815c2.tar.gz
perldelta for freed stashes (#117941)
-rw-r--r--pod/perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index b98c67cd09..a0f01fc7ae 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -563,6 +563,12 @@ C<delete local $ENV{nonexistent_env_var}> no longer leaks memory.
C<sort> and C<require> followed by a keyword prefixed with C<CORE::> now
treat it as a keyword, and not as a subroutine or module name. [RT #24482]
+=item *
+
+Through certain conundrums, it is possible to cause the current package to
+be freed. Certain operators (C<bless>, C<reset>, C<open>, C<eval>) could
+not cope and would crash. They have been made more resilient. [RT #117941]
+
=back
=head1 Known Problems