In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/870fe793ff778e4d1f8588405fe06cfad95d9579?hp=b99b8a84094a9456f8f9a16cba3ec83f06df6304>
- Log ----------------------------------------------------------------- commit 870fe793ff778e4d1f8588405fe06cfad95d9579 Author: Karl Williamson <[email protected]> Date: Tue Mar 12 15:47:15 2019 -0600 toke.c: Clarify comment ----------------------------------------------------------------------- Summary of changes: toke.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toke.c b/toke.c index c46b9e8fda..04d851232f 100644 --- a/toke.c +++ b/toke.c @@ -2732,7 +2732,7 @@ S_get_and_check_backslash_N_name(pTHX_ const char* s, const char* const e) return NULL; } - if (SvUTF8(res)) { /* Don't accept malformed input */ + if (SvUTF8(res)) { /* Don't accept malformed charname value */ const U8* first_bad_char_loc; STRLEN len; const char* const str = SvPV_const(res, len); -- Perl5 Master Repository
