This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c716b3b
)
perldelta entry for the prev. commit
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 18 Aug 2013 07:02:19 +0000
(
00:02
-0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 18 Aug 2013 07:02:19 +0000
(
00:02
-0700)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
29d346a
..
6b50cb9
100644
(file)
--- 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