##############################################################################
#      $URL: http://perlcritic.tigris.org/svn/perlcritic/tags/Perl-Critic-1.091/xt/author/42_perlcriticrc-tests $
#     $Date: 2008-09-01 20:19:56 -0700 (Mon, 01 Sep 2008) $
#   $Author: thaljef $
# $Revision: 2711 $
##############################################################################

profile-strictness = quiet
severity = 1
theme = core
verbose = %f: %m at line %l, column %c.  %e.  (Severity: %s, %p)\n

#-----------------------------------------------------------------------------

[CodeLayout::ProhibitQuotedWordLists]
strict = 1

[CodeLayout::ProhibitHardTabs]
allow_leading_tabs = 0

[-CodeLayout::RequireTidyCode]

[ControlStructures::ProhibitPostfixControls]
flowcontrol = warn die carp croak cluck confess goto exit plan skip

[Documentation::PodSpelling]
stop_words =

[-Documentation::RequirePodSections]

# Too endemic for me to deal with right now
[-ErrorHandling::RequireCheckingReturnValueOfEval]

[InputOutput::RequireCheckedSyscalls]
functions = open close

[Miscellanea::RequireRcsKeywords]
keywords = URL Date Author Revision

# Character length is not a proper measure of complexity.
[-RegularExpressions::ProhibitComplexRegexes]

[RegularExpressions::ProhibitUnusualDelimiters]
allow_all_brackets = 1

[RegularExpressions::RequireBracesForMultiline]
allow_all_brackets = 1

# Tests are allowed to peek.
[-Subroutines::ProtectPrivateSubs]

# Too endemic for me to deal with right now
[-ValuesAndExpressions::ProhibitMagicNumbers]

