The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#      $URL$
#     $Date$
#   $Author$
# $Revision$

# Make things as strict as possible.
severity = 1
verbose = %f: %m at line %l, column %c.  %e.  (Severity: %s, %p)\n
theme = core + more + compatibility

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

[-ErrorHandling::RequireUseOfExceptions]

# 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]

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

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

[Modules::PerlMinimumVersion]
version = 5.006

[RegularExpressions::ProhibitUnusualDelimiters]
allow_all_brackets = 1

[RegularExpressions::RequireBracesForMultiline]
allow_all_brackets = 1

# Magic numbers BAD.  (It doesn't hurt that I wrote this policy.)
[ValuesAndExpressions::ProhibitMagicNumbers]
severity = 4

# 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 :