Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: bb979668e30fb6e96751b5ca5439c14132073644
      
https://github.com/Perl/perl5/commit/bb979668e30fb6e96751b5ca5439c14132073644
  Author: James E Keenan <[email protected]>
  Date:   2021-08-23 (Mon, 23 Aug 2021)

  Changed paths:
    M Porting/core-cpan-diff

  Log Message:
  -----------
  Porting/core-cpan-diff: Remove '--binary' on *BSDs

Other things being equal, Porting/core-cpan-diff defaults to passing '-u
--binary' to the 'diff' command.  It turns out that, though '--binary'
is not a *documented* option for GNU diff, it is present in the source
code (rjbs research in
https://github.com/Perl/perl5/pull/19027#issuecomment-898901007).  The
'--binary' option clearly does *not* work on FreeBSD and probably
doesn't work on other *BSDs.  On those systems, running the program
spews more than 80,000 lines of error output.

Code revised to remove '--binary' on *BSDs.  Documentation adjusted.

For https://github.com/Perl/perl5/pull/19027


  Commit: 9f4cc5bf0c6e822cb1300754345bb3e5278ab29f
      
https://github.com/Perl/perl5/commit/9f4cc5bf0c6e822cb1300754345bb3e5278ab29f
  Author: James E Keenan <[email protected]>
  Date:   2021-08-23 (Mon, 23 Aug 2021)

  Changed paths:
    M Porting/core-cpan-diff

  Log Message:
  -----------
  Merge branch 'porting-core-cpan-diff-20210805' into blead


Compare: https://github.com/Perl/perl5/compare/96ce139047cc...9f4cc5bf0c6e

Reply via email to