The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Change default severity to harsh.
severity = harsh

# Tests expect only core modules.
theme = core

# What's wrong with tabs? They're more friendly.
[-CodeLayout::ProhibitHardTabs]

# Don't require /x on small regexes.
[RegularExpressions::RequireExtendedFormatting]
minimum_regex_length_to_complain_about = 20