On 7/16/19 10:03 AM, Bruno Haible wrote: > Thanks for the report. Indeed, a bad regression. Fixed as follows:
Hmm, and what about the other changes of perl options in commit a05d5d121b10: * build-aux/useless-if-before-free: had tainting checks enabled (-T): < eval 'exec perl -wST "$0" "$@"' > eval 'exec perl -wSx "$0" "$@"' * tests/test-update-copyright.sh: had -0777 -pi: < eval 'exec perl -wS -0777 -pi "$0" "$@"' > eval 'exec perl -wSx "$0" "$@"' ? Are they consciously dropped? announce-gen, gitlog-to-changelog and prefix-gnulib-mk still have their original perl options BTW. Have a nice day, Berny