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]

# I need the fix in 1.099_001 for Exception::Class stuff.
[-NamingConventions::Capitalization]

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