Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: a480a6ef1674131d48609c3398119f3aaa16fe0a
      
https://github.com/Perl/perl5/commit/a480a6ef1674131d48609c3398119f3aaa16fe0a
  Author: Karl Williamson <k...@cpan.org>
  Date:   2024-08-07 (Wed, 07 Aug 2024)

  Changed paths:
    M ext/I18N-Langinfo/t/Langinfo.t

  Log Message:
  -----------
  Langinfo.t: Fix broken pattern

/[+-.]/ was supposed to match the three characters listed in it, but the
minus is in the middle, meaning it matched a range, which turns out to
be those three characters plus a comma (on ASCII platforms).

On EBCDIC platforms, this is an error since the range would go
backwards.



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

Reply via email to