summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perldelta.pod')
-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>