summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2013-12-06 21:28:04 -0500
committerRicardo Signes <rjbs@cpan.org>2013-12-06 21:28:04 -0500
commit9108791a984e5903c1261aee26cb1f616e61d9aa (patch)
treefe36863f4f1794b3f8855e80f26fabbae6564f6a
parent266cec73b51978ef9d6da0a60cd57e26ed6848ed (diff)
downloadperl-5.18.2-RC2.tar.gz
perldelta for cherry pick of 257dc59v5.18.2-RC2
-rw-r--r--pod/perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 4328a92b0a..bf3489083c 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -50,6 +50,12 @@ Devel::Cover among other libraries. This has been fixed. [perl #119351]
=item *
+Perl 5.18.0 introduced a regression when using ->SUPER::method with AUTOLOAD
+by looking up AUTOLOAD from the current package, rather than the current
+package’s superclass. This has been fixed. [perl #120694]
+
+=item *
+
The construct C<< $r=qr/.../; /$r/p >> is now handled properly, an issue which
had been worsened by changes 5.18.0. [perl #118213]