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.