summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-09-11 08:14:25 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2015-09-11 08:14:25 +0100
commitc63e9ef33d77ea612620cd64ce87511ad88b8381 (patch)
treedba0a16f5d0a941a51c94a5707a79002e6bf6a12
parent9493980dc8be7bc0c09862a7f4fb1b0e1520c8b5 (diff)
downloadperl-c63e9ef33d77ea612620cd64ce87511ad88b8381.tar.gz
Remove a perldelta entry that isn't relevant for 5.20
The change in question (0b45ede/71622e4) is in 5.20.3, but its effect is less significant here than in 5.21 and isn't worth mentioning. Thanks to SHIRAKATA Kentaro for the spot.
-rw-r--r--pod/perldelta.pod5
1 files changed, 0 insertions, 5 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index ad303b9deb..8c8360f2ed 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -193,11 +193,6 @@ L<[perl #123748]|https://rt.perl.org/Ticket/Display.html?id=123748>
=item *
-New bitwise ops added in Perl 5.21.9 accidentally caused C<$^H |= 0x1c020000>
-to enable all features. This has now been fixed.
-
-=item *
-
UTF-8 variable names used in array indexes, unquoted UTF-8 HERE-document
terminators and UTF-8 function names all now work correctly.
L<[perl #124113]|https://rt.perl.org/Ticket/Display.html?id=124113>