Package Perl::Critic::Policy::DE_EPAGES::Style::ProhibitUnusedImports
This module checks for imports which are not used. If, for example, your module contains use DE_EPAGES::Core::API::File qw( GetFileMD5Digest ); but in your implementation the function GetFileMD5Digest is not used, a violation will be displayed. By default, no generated modules are tested. You can change this by setting the value 'ignore_generated' to 1 in your perlcriticrc file. §parameters none