Skip to content

Conversation

@JRaspass
Copy link
Contributor

Historically this was used to load utf8_heavy.pl before calling the real functions but now that utf8_heavy.pl is no longer a thing it doesn't serve any purpose. The error message upon calling an unknown sub changes by one character since it now comes from perl proper rather than a hand-rolled one in utf8.pm.

I've added a comment, modeled on the one in builtin.pm, to explain where the subs are actually defined.

  • This set of changes does not require a perldelta entry.

Historically this was used to load utf8_heavy.pl before calling the real
functions but now that utf8_heavy.pl is no longer a thing it doesn't
serve any purpose. The error message upon calling an unknown sub changes
by one character since it now comes from perl proper rather than a
hand-rolled one in utf8.pm.

I've added a comment, modeled on the one in builtin.pm, to explain
where the subs are actually defined.
@khwilliamson khwilliamson merged commit ffdc656 into Perl:blead Sep 18, 2025
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants