Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 54524
Status: resolved
Priority: 0/
Queue: Perl-Critic

People
Owner: Nobody in particular
Requestors: dillman [...] ria.buffalo.edu
Cc:
AdminCc:

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



Subject: False Positive: ValuesAndExpressions::ProhibitMismatchedOperators with 'foo' x 15 . 'bar'
Date: Thu, 11 Feb 2010 12:29:40 -0500
To: bug-Perl-Critic [...] rt.cpan.org
From: dillman [...] ria.buffalo.edu
Not exactly a huge issue, but I thought I'd document it... I've noticed a false positive in ValuesAndExpressions::ProhibitMismatchedOperators when used against code containing a construct like the following: 'foo' x 15 . 'bar' It flags the 15 & . as incompatible when the x has a higher precedence than . and produces a string. Thomas J. Dillman Research Institute on Addictions 1021 Main Street, Buffalo, NY 14203
Proposed fix committed as SVN revision 3767.