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:
2412ad3
)
perldelta for 257dc59d7
author
Father Chrysostomos
<sprout@cpan.org>
Thu, 19 Dec 2013 14:08:01 +0000
(06:08 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Thu, 19 Dec 2013 14:16:56 +0000
(06:16 -0800)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
d3ac629
..
7900dda
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-466,6
+466,12
@@
FETCH method. This was not the case if a reference to an overloaded object
was the last thing assigned to the tied variable. Instead, the match
variables referred to the outer pattern during the FETCH call.
+=item *
+
+Perl 5.18 broke autoloading via C<< ->SUPER::foo >> method calls by looking
+up AUTOLOAD from the current package rather than the current package's
+superclass. This has been fixed. [perl #120694]
+
=back
=head1 Known Problems