AnyEvent-Eris

 view release on metacpan or  search on metacpan

xt/perlcritic.rc  view on Meta::CPAN


# We don't care about POD links
[-Documentation::RequirePodLinksIncludeText]

# we use $@ and $!
[-Variables::ProhibitPunctuationVars]

# We want to be able to use Carp::Verbose in our tests scripts, so
# we add Carp to the whitelist
[Variables::ProhibitPackageVars]
#packages = Data::Dumper File::Find FindBin Log::Log4perl Carp

#[-ValuesAndExpressions::ProhibitEmptyQuotes]

# I really don't think q{/} is more readable than '/'...
#[-ValuesAndExpressions::ProhibitNoisyQuotes]

# Perl::Critic recommends Readonly, but this IS BAD!
# we use Const::Fast instead, but this policy keeps poping up.
#[-ValuesAndExpressions::ProhibitMagicNumbers]



( run in 0.234 second using v1.01-cache-2.11-cpan-4d50c553e7e )