diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-08-18 00:02:19 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-08-18 00:02:19 -0700 |
commit | 74dac2b57e12768c75e7096b7ee10fb34949af23 (patch) | |
tree | 5c294331181d98f52e418ccfd72cd037f9e4976f /pod | |
parent | c716b3beb77406159d18fd52251821fee641f9fc (diff) | |
download | perl-74dac2b57e12768c75e7096b7ee10fb34949af23.tar.gz |
perldelta entry for the prev. commit
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 29d346a9e1..6b50cb9378 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -795,6 +795,12 @@ use of constant overloading triggered a re-compilation of the code block, the second compilation didn't see its outer lexical scope. This was a regression in 5.18.0. +=item * + +Changes to C<UNIVERSAL::DESTROY> now update DESTROY caches in all classes, +instead of causing classes that have already had objects destroyed to +continue using the old sub. This was a regression in 5.18. [perl #114864] + =back =head1 Known Problems |