perldelta for 257dc59d7
authorFather Chrysostomos <sprout@cpan.org>
Thu, 19 Dec 2013 14:08:01 +0000 (06:08 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 19 Dec 2013 14:16:56 +0000 (06:16 -0800)
pod/perldelta.pod

index d3ac629..7900dda 100644 (file)
@@ -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