severity = brutal
verbose = 11

[-BuiltinFunctions::ProhibitLvalueSubstr]

[-CodeLayout::ProhibitParensWithBuiltins]

[-CodeLayout::RequireTidyCode]

[ControlStructures::ProhibitPostfixControls]
allow = if unless

[-ControlStructures::ProhibitUnlessBlocks]

[-Documentation::RequirePodAtEnd]

[Documentation::RequirePodSections]
lib_sections = NAME | VERSION | SYNOPSIS | DESCRIPTION | METHODS | SEE ALSO | BUGS | SUPPORT | AUTHOR | COPYRIGHT & LICENSE

[-Miscellanea::RequireRcsKeywords]

[Variables::ProhibitPunctuationVars]
allow = $@

