summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2016-04-06 13:23:36 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2016-04-06 13:23:50 +0100
commitfaf2502a373ceeeeb045082c25f1359fefc83298 (patch)
tree01bc33c2166ab216a7677ca6322c6827c9e9bd2d
parent15a0b3785121a0d2f5ceee4d96280b408d01f698 (diff)
downloadperl-faf2502a373ceeeeb045082c25f1359fefc83298.tar.gz
perldelta for 27895dda8085, ac3b837b9e1b
(manually cherry picked from commit 84279daf2591f1fa128c1c258e8010ca25930fb3)
-rw-r--r--pod/perldelta.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 64651b863b..fdabb4233d 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -371,6 +371,13 @@ already read end of file, and the here-doc was not terminated, perl
could produce an assertion or a segmentation fault. This now reliably
complains about the unterminated here-doc. [perl #125540]
+=item *
+
+Caching of DESTROY methods could result in a non-pointer or a
+non-STASH stored in the SvSTASH() slot of a stash, breaking the B
+STASH() method. The DESTROY method is now cached in the MRO metadata
+for the stash. [perl #126410]
+
=back
=head1 Known Problems