The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

TooMuchCode::ProhibitUnusedInclude -- Find unused include statements.

DESCRIPTION

This critic policy scans for unused include statement according to their documentation.

For example, Try::Tiny implicity introduce a try subroutine that takes a block. Therefore, a lonely use Try::Tiny statement without a try { .. } block somewhere in its scope is considered to be an "Unused Include".