Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



Subject: Attempting to define constant 'qw' which is a perl keyword"
$ echo use constant qw{ DEBUG 0 }; >test.pl $ cat test.pl use constant qw{ DEBUG 0 }; $ perltidy test.pl ## Please see file test.pl.ERR $ cat test.pl.ERR 1: Attempting to define constant 'qw' which is a perl keyword
This is fixed in perltidy 20120619