Skip Menu |

This queue is for tickets about the Perl-Tidy CPAN distribution.

Report information
The Basics
Id: 130344
Status: resolved
Priority: 0/
Queue: Perl-Tidy

People
Owner: Nobody in particular
Requestors: ville.skytta [...] iki.fi
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: False "operator in print statement" warning for "use lib"
Date: Tue, 20 Aug 2019 15:30:16 +0300
To: bug-Perl-Tidy [...] rt.cpan.org
From: Ville Skyttä <ville.skytta [...] iki.fi>
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.
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.
Version 20190915 has this update