RT for rt.cpan.org
Skip Menu
|
Bug #88031 for Perl-Critic: Suggested policy: use modification operators like +=
Active bugs
Resolved bugs
Rejected bugs
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:
88031
Status:
new
Priority:
0/
Queue:
Perl-Critic
People
Owner:
Nobody in particular
Requestors:
EDAVIS [...] cpan.org
Cc:
AdminCc:
Bug Information
Severity:
Wishlist
Broken in:
(no value)
Fixed in:
(no value)
History
Show all quoted text
Thu Aug 22 10:49:02 2013
EDAVIS [...] cpan.org - Ticket created
Subject:
Suggested policy: use modification operators like +=
Perlcritic should warn about $x = $x + 5; $y = $y . 'a'; $z = $z // ''; and should suggest using += .= //= instead.
Sun Sep 22 15:43:18 2013
ether [...] cpan.org - Severity Wishlist added