Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: ffdc656a0907a96f733c8d6a121cb6f379777d98
https://github.com/Perl/perl5/commit/ffdc656a0907a96f733c8d6a121cb6f379777d98
Author: James Raspass <[email protected]>
Date: 2025-09-18 (Thu, 18 Sep 2025)
Changed paths:
M lib/utf8.pm
M lib/utf8.t
Log Message:
-----------
Remove superfluous &utf8::AUTOLOAD
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.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications