The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.