In perl.git, the branch maint-5.20 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/c63e9ef33d77ea612620cd64ce87511ad88b8381?hp=9493980dc8be7bc0c09862a7f4fb1b0e1520c8b5>
- Log ----------------------------------------------------------------- commit c63e9ef33d77ea612620cd64ce87511ad88b8381 Author: Steve Hay <[email protected]> Date: Fri Sep 11 08:14:25 2015 +0100 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. ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index ad303b9..8c8360f 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> -- Perl5 Master Repository
