The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
verbose = %f:%l:%c:\n %p: %m\n
theme = (core || more)

[ControlStructures::ProhibitPostfixControls]
allow = if unless

[RegularExpressions::RequireExtendedFormatting]
minimum_regex_length_to_complain_about = 7

[InputOutput::RequireCheckedSyscalls]
functions = :builtins
exclude_functions = print

[Modules::PerlMinimumVersion]
version = 5.008001

[ValuesAndExpressions::ProhibitMagicNumbers]
allowed_values = -1 0 1 2

# Exclusions
# I use svn - don't need the keywords.
[-Miscellanea::RequireRcsKeywords]

# I like to set up my own pod.
[-Documentation::RequirePodAtEnd]
[-Documentation::RequirePodSections]

# No Emacs!
[-Editor::RequireEmacsFileVariables]

# The standard versioning I'm using does not allow this.
[-ErrorHandling::RequireCheckingReturnValueOfEval]

# Too lightweight for exceptions.
[-ErrorHandling::RequireUseOfExceptions]

# The plugins need to export by default. There IS no other way.
[-Modules::ProhibitAutomaticExportation]