# Tags are good enough for me.
[-Miscellanea::RequireRcsKeywords]

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

# TODO: Reenable this once this policy can be configured
# to match Module::Starter::PBP
[-Documentation::RequirePodSections]

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

# setup vim: set filetype=conf tabstop=4 shiftwidth=4 shiftround textwidth=0 :
# setup vim: set nowrap autoindent foldmethod=indent foldlevel=0 :
# buffer: set_noexpandtab_and_retab_when_reading :
# buffer: expand_tabs_in_output strip_trailing_whitespace_on_write :
