projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49c74b4
)
perldelta for c7ea825dcc
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 12 Nov 2013 13:44:38 +0000
(
05:44
-0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 12 Nov 2013 13:44:38 +0000
(
05:44
-0800)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
550fc9b
..
ef1323f
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-458,6
+458,13
@@
Blessing into a reference (C<bless $thisref, $thatref>) has long been
disallowed, but magical scalars for the second like C<$/> and those tied
were exempt. They no longer are. [perl #119809]
+=item *
+
+Blessing into a reference was accidentally allowed in 5.18 if the class
+argument were a blessed reference with stale method caches (i.e., whose
+class had had subs defined since the last method call). They are
+disallowed once more, as in 5.16.
+
=back
=head1 Known Problems