NAME

Module::Checkstyle::Check::Length - Check length of subs, packages, blocks etc.

CONFIGURATION DIRECTIVES

Named subroutine length

Checks that named subroutines doesn't exceed a specified length. Use max-subroutine-length to specify the maximum number of lines a subroutine may be.

max-subroutine-length = 40

SEE ALSO

Writing configuration files. "Format" in Module::Checkstyle::Config

Module::Checkstyle