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:
8b998a9
)
perldelta for f6f93f805 (circular blessings)
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 15 Dec 2012 13:38:07 +0000
(
05:38
-0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 15 Dec 2012 14:57:45 +0000
(06:57 -0800)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
a01387b
..
11bedfd
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-389,6
+389,12
@@
files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>.
C<sort {undef} ...> under fatal warnings no longer crashes. It started
crashing in Perl 5.16.
+=item *
+
+Stashes blessed into each other
+(C<bless \%Foo::, 'Bar'; bless \%Bar::, 'Foo'>) no longer result in double
+frees. This bug started happening in Perl 5.16.
+
=back
=head1 Known Problems