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

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

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



Subject: Suggested policy: duplicate import
use Some::Module qw(foo bar baz foo); The duplicate occurrence of 'foo' should be a warning. Admittedly, the list passed to 'use' does not have to be a list of subroutine names - some modules use it for weird purposes - but almost all of the time duplicates in the list are worth a warning.