diff options
author | James E Keenan <jkeenan@cpan.org> | 2021-08-22 23:50:13 +0000 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2021-08-23 02:02:39 +0000 |
commit | bb979668e30fb6e96751b5ca5439c14132073644 (patch) | |
tree | eda0b345d2e40bf61302ba7b33bbcd74d4678079 /INSTALL | |
parent | 96ce139047ccf31b0223a93eb400a880b07a54c5 (diff) | |
download | perl-bb979668e30fb6e96751b5ca5439c14132073644.tar.gz |
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
Diffstat (limited to 'INSTALL')
0 files changed, 0 insertions, 0 deletions