Elliot Shank via RT wrote:
Show quoted text> EDAVIS via RT wrote:
>> A policy to warn about
>>
>> use Some::Module;
>> use Some::Module;
>
> How does that work in the face of stuff like
>
> use Moose;
> no Moose;
> use Moose;
Also, it would need to handle multiple package declarations in a single file that each pull in a given module (yes, this isn't nice, but it's a separate, existing, policy).