The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
##################################################################
#      $URL: http://perlcritic.tigris.org/svn/perlcritic/trunk/Perl-Critic-More/t/40_perlcriticrc $
#     $Date: 2007-08-07 22:02:29 -0500 (Tue, 07 Aug 2007) $
#   $Author: chrisdolan $
# $Revision: 1822 $
##################################################################

severity = 1

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

[CodeLayout::RequireTidyCode]
perltidyrc = t/perltidyrc

[Documentation::RequirePodSections]
lib_sections    = NAME|AFFILIATION|DESCRIPTION|AUTHOR|COPYRIGHT
script_sections = NAME|DESCRIPTION|AUTHOR|COPYRIGHT

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

[CodeLayout::ProhibitHardTabs]
allow_leading_tabs = 0

[Modules::PerlMinimumVersion]
version = 5.6.0

[-ErrorHandling::RequireCarping]

[Documentation::PodSpelling]
stop_words = autoflushes BBEdit CGI CPAN CVS Dolan exponentials filename Guzis HEREDOC HEREDOCS HEREDOCs IDE Maxia Mehner Metadata metadata multi-line namespace namespaces PBP perlcritic perlcriticrc PolicyListing postfix programmatically PPI Readonly refactor refactoring runtime sigil sigils SQL STDERR STDIN STDOUT subdirectories TerMarsch Thalhammer TODO UI unblessed vice-versa

[ValuesAndExpressions::ProhibitMagicNumbers]
allowed_values = -1 0 1 2

# Isn't it odd that we ignore our own policy?
[-ErrorHandling::RequireUseOfExceptions]