Branch: refs/heads/fix-non-ascii-authors
  Home:   https://github.com/Perl/perl5
  Commit: f79f557c16b746e4b5b524ba3e4b87bfb22a87c6
      
https://github.com/Perl/perl5/commit/f79f557c16b746e4b5b524ba3e4b87bfb22a87c6
  Author: Dagfinn Ilmari Mannsåker <ilm...@ilmari.org>
  Date:   2022-09-12 (Mon, 12 Sep 2022)

  Changed paths:
    M Porting/updateAUTHORS.pl
    M Porting/updateAUTHORS.pm

  Log Message:
  -----------
  Fix t/porting/authors.t breakgage for people with non-ASCII names

The lack of decoding of git config values in Porting/updateAUTHORS.pm
would make it erroneously claim that anyone with a non-ASCII character
in their name was an unknown author.

The decoding and encoding in updateAUTHORS.pm is not strictly
necessary, since that's just passing things through to the terminal,
but let's be consistent.


Reply via email to