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

People
Owner: Nobody in particular
Requestors: dolmen [...] cpan.org
EDAVIS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 1.117
Fixed in: (no value)



Subject: Suggested policy: avoid 'given'
Wiser perl programmers than me suggest that 'given/when' should be avoided and 'for/when' used instead (if you want to make a case statement at all). http://www.effectiveperlprogramming.com/blog/1333 Perlcritic should have a policy forbidding use of 'given' and recommending 'for' instead.