summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2013-12-19 09:00:31 -0500
committerRicardo Signes <rjbs@cpan.org>2013-12-19 09:01:25 -0500
commit6b5ac6bfd997ed34ce4edcc9b1c98b44a6c166b2 (patch)
tree8a677949c1c4d877c9805e213dcc6a1e01f4685e
parent947ba0f1461d3d1d73664c622b45d185f8dcd13c (diff)
downloadperl-6b5ac6bfd997ed34ce4edcc9b1c98b44a6c166b2.tar.gz
add perldelta for 947ba0f
-rw-r--r--pod/perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index bf3489083c..ebe7e5d045 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 whereby C<[:^ascii:]>, if used in the same
+character class as other qualifiers, would fail to match characters in the
+Latin-1 block. This has been fixed. [perl #120799]
+
+=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]