Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 48972dd0c765c295cf54ec12c645db080478546d
      
https://github.com/Perl/perl5/commit/48972dd0c765c295cf54ec12c645db080478546d
  Author: Karl Williamson <k...@cpan.org>
  Date:   2025-01-23 (Thu, 23 Jan 2025)

  Changed paths:
    M doop.c

  Log Message:
  -----------
  doop.c Use new utf8_to_uv_or_die()

This replaces the older forms.  For two of the instances, this gives
equivalent functionality, where they croaked if an operand to tr/// was
malformed.  For the other instances, it didn't croak, but now does.
This makes the behavior consistent for tr///, as all the affected
instances are supposed to be equivalent.  For performance reasons, one
or another of the functions would be called, and depending on which one
the same input would croak or not.



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to