On Tue Aug 20 08:30:32 2019, ville.skytta@iki.fi wrote:
Show quoted text> With current perltidy github master:
>
> $ cat /tmp/t.pl
> use FindBin;
> use lib $FindBin::Bin . '/lib';
>
> $ bin/perltidy --warning-output --standard-error-output /tmp/t.pl
> /tmp/t.pl: Begin Error Output Stream
> /tmp/t.pl:2: operator in print statement not recommended
>
> 20190601 exhibits the same issue.
This will be fixed in the next release.