Mite
view release on metacpan or search on metacpan
.perlcriticrc view on Meta::CPAN
# No point putting a /x on really short regexes.
[RegularExpressions::RequireExtendedFormatting]
minimum_regex_length_to_complain_about = 5
# Extend the ability to play with @_ to 3 line subroutines.
[Subroutines::RequireArgUnpacking]
short_subroutine_statements = 3
# Inform perlcritic that Mouse turns on strictures
[TestingAndDebugging::RequireUseStrict]
equivalent_modules = Mouse Mouse::Role perl5i::0 perl5i::1 perl5i::2 Modern::Perl
[TestingAndDebugging::RequireUseWarnings]
equivalent_modules = Mouse Mouse::Role perl5i::0 perl5i::1 perl5i::2 Modern::Perl
# No tabs ever
[CodeLayout::ProhibitHardTabs]
allow_leading_tabs = 0
# "no warnings 'foo'" is fine
[TestingAndDebugging::ProhibitNoWarnings]
allow_with_category_restriction = 1
# "no strict 'refs'" is necessary. The rest you don't need.
( run in 0.228 second using v1.01-cache-2.11-cpan-4d50c553e7e )