# Make things as strict as possible.
profile-strictness = quiet
severity = 1
verbose = %f: %m at line %l, column %c.  %e.  (Severity: %s, %p)\n

# No Emacs around here.
[-Editor::RequireEmacsFileVariables]

# Need to write CodeLayout::RequireUTF8
[-CodeLayout::RequireASCII]

# Perl::Tidy wouldn't know a properly formatted conditional expression
# if one stomped all over Perl/Tidy.pm.  (Not to say that P::T isn't
# useful.)
[-CodeLayout::RequireTidyCode]

# I really don't want to deal with this right now.  Should probably use
# Dist::Zilla.
[-Documentation::RequirePodLinksIncludeText]

# Don't require POD for tests.
[-Documentation::RequirePodSections]

[-ErrorHandling::RequireUseOfExceptions]

# Bazaar doesn't support these.
[-Miscellanea::RequireRcsKeywords]

# For some reason, this chokes on v-strings within a version constructor
# and I don't have time to chase this down.
[-Modules::PerlMinimumVersion]

[RegularExpressions::ProhibitUnusualDelimiters]
allow_all_brackets = 1

[RegularExpressions::RequireBracesForMultiline]
allow_all_brackets = 1

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

[-Tics::ProhibitLongLines]

#
# setup vim: set filetype=conf tabstop=4 softtabstop=4 expandtab :
# setup vim: set shiftwidth=4 shiftround textwidth=78 nowrap autoindent :
# setup vim: set foldmethod=indent foldlevel=0 :
