The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# level 3 is a nice compromise
severity = 3
verbose  = 3

# these policies are either too anal, demand additional dependencies,
# or inhibit backwards-compatability
[-RegularExpressions::RequireExtendedFormatting]

[-ValuesAndExpressions::ProhibitConstantPragma]

[-Variables::ProhibitPackageVars]
[-Variables::RequireLocalizedPunctuationVars]

[-BuiltinFunctions::ProhibitStringyEval]

[-Subroutines::ProhibitBuiltinHomonyms]
[-Subroutines::RequireArgUnpacking]
[-Subroutines::ProhibitUnusedPrivateSubroutines]

[-ErrorHandling::RequireCarping]
[-ErrorHandling::RequireCheckingReturnValueOfEval]

[-Modules::ProhibitAutomaticExportation]