Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 5da3697fe7b846b59e8b928aeafdcc4e45f09c05 https://github.com/Perl/perl5/commit/5da3697fe7b846b59e8b928aeafdcc4e45f09c05 Author: Karl Williamson <k...@cpan.org> Date: 2024-01-21 (Sun, 21 Jan 2024)
Changed paths: M locale.c Log Message: ----------- locale.c: Use hv_deletes instead of hv_delete. I stumbled upon this macro where the parameter must be a literal. It is hardly used in core. Should it be API?