The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# local defaults for perlcritic
severity = 3
verbose = 4
#exclude =

[ControlStructures::ProhibitCascadingIfElse]
max_elsif = 5

[RegularExpressions::ProhibitComplexRegexes]
max_characters = 70

[RegularExpressions::RequireExtendedFormatting]
minimum_regex_length_to_complain_about = 75

[TestingAndDebugging::ProhibitNoStrict]
allow = vars subs refs

[TestingAndDebugging::ProhibitNoWarnings]
allow = numeric redefine