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::ProhibitLargeTryBlock -- Find oversized `try..catch` block.

DESCRIPTION

You may or may not consider it a bad idea to have a lot of code in a try block. If you do, this module can be used to catch the oversized try blocks.