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