Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 2f150dca717dd48d3804115c44496150692466b2 https://github.com/Perl/perl5/commit/2f150dca717dd48d3804115c44496150692466b2 Author: Karl Williamson <k...@cpan.org> Date: 2025-08-17 (Sun, 17 Aug 2025)
Changed paths: M toke.c Log Message: ----------- S_scan_const: Use utf8_to_uv_or_die not utf8n_to_uvchr These should never fail, as the values were already checked in get_and_check_backslash_N_name(), and the to_uvchr() forms are all being replaced by the preferred to_uv() forms. To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications