App-DocKnot
view release on metacpan or search on metacpan
t/data/perlcriticrc view on Meta::CPAN
# a dict of additional arguments.
[Subroutines::ProhibitManyArgs]
skip_object = 1
# I generally don't want to require Readonly as a prerequisite for all my Perl
# modules.
[-ValuesAndExpressions::ProhibitConstantPragma]
# A good idea, but there are too many places where this would be more
# confusing than helpful. Pull out numbers if one might change them
# independent of the algorithm, but don't do so for mathematical formulae.
[-ValuesAndExpressions::ProhibitMagicNumbers]
# This has never triggered on anything useful and keeps telling me to add
# underscores to UNIX timestamps and port numbers, which is just silly.
[-ValuesAndExpressions::RequireNumberSeparators]
# IO::Uncompress::Gunzip puts the error message in a package variable.
# Text::Wrap has a broken interface that requires use of package variables.
# YAML::XS also cannot be configured without package variables.
[Variables::ProhibitPackageVars]
( run in 0.251 second using v1.01-cache-2.11-cpan-bf8d7bb2d05 )