Skip Menu |

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

Report information
The Basics
Id: 80058
Status: new
Priority: 0/
Queue: Perl-Tidy

People
Owner: Nobody in particular
Requestors: MAUKE [...] cpan.org
Cc:
AdminCc:

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



Subject: perltidy misparses control character variables
% echo '$^One$0' > tmp.pl % perl -MO=Deparse tmp.pl $^O ne $0; tmp.pl syntax OK % perltidy tmp.pl -st -se 1: $^One$0 -----^ found Scalar where operator expected (previous token underlined) $^One$0 %