Eliminate ‘Can't use \1 to mean $1’ false positives
authorFather Chrysostomos <sprout@cpan.org>
Wed, 30 Oct 2013 13:18:20 +0000 (06:18 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 30 Oct 2013 23:54:17 +0000 (16:54 -0700)
commite37958c391a6e98df6ad46860e1c472070272046
treef883a95da83f08c2ee97ae64897f5cc485f60da8
parenta9e3f35916a989e6c527206f43af85f49ef58cbb
Eliminate ‘Can't use \1 to mean $1’ false positives

We need to check that the quote-like operator we are parsing is a sub-
stitution (not just any quote-like operator) and that we are parsing
the right-hand side.
t/lib/warnings/toke
toke.c