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: 30040
Status: resolved
Priority: 0/
Queue: Perl-Critic

People
Owner: Nobody in particular
Requestors: moseley [...] hank.org
Cc:
AdminCc:

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



Subject: ValuesAndExpressions::ProhibitLongChainsOfMethodCalls
Found method-call chain of length 4. at line 171, column 5. Long chains of method calls indicate code that is too tightly coupled. (Severity: 2) ( ValuesAndExpressions::ProhibitLongChainsOfMethodCalls ) $ grep -n . TT.pm | egrep '17[12]:' 171: $c->response->content_type( 'text/html; charset=utf-8' ) 172: unless $c->response->content_type; Is it counting those two method calls as one?
From: ELLIOTJS [...] cpan.org
Problem confirmed. Fix checked in.
From: ELLIOTJS [...] cpan.org
Fix released in 1.079_003. Please test.
Fixed and released in 1.080.