In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/2042c7f7297a837020c16f688bf5ba7c4d904b32?hp=bbea423fb8459d7672244de6ac6e9a18a07189a0>
- Log ----------------------------------------------------------------- commit 2042c7f7297a837020c16f688bf5ba7c4d904b32 Author: Karl Williamson <[email protected]> Date: Mon Feb 20 01:27:16 2017 -0700 perldelta ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index c7411fff04..da261571ec 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -417,6 +417,13 @@ undone when the pattern matching backtracked over the code block. Using C<substr()> to modify a magic variable could access freed memory in some cases. [perl #129340] +=item * + +Perl 5.25.9 was fixed so that under C<use utf8>, the entire Perl program +is checked that the UTF-8 is wellformed. It turns out that several edge +cases were missed, and are now fixed. [perl #126310] was the original +ticket. + =back =head1 Known Problems -- Perl5 Master Repository
