Perl-Critic-RENEEB 2.05 Latest
Kwalitee Issues
No Core Issues.
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Perl::Critic::Policy::RegularExpressions::RequireExtendedFormattingExceptForSplit | Always use the C</x> modifier with regular expressions, except when the regex is used | 2.05 | metacpan |
Perl::Critic::Policy::Reneeb::Capitalization | NamingConventions::Capitalization plus the ability to exempt "Full qualified package names" | 2.05 | metacpan |
Perl::Critic::Policy::Reneeb::ProhibitBlockEval | Do not use the Block-eval. Use Try::Tiny instead | 2.05 | metacpan |
Perl::Critic::Policy::Reneeb::ProhibitGrepToGetFirstFoundElement | Use List::Utils 'first' instead of grep if you want to get the first found element | 2.05 | metacpan |
Perl::Critic::Policy::Reneeb::RequirePostderef | Require Postdereferencing which became stable in Perl 5.24 | 2.05 | metacpan |
Perl::Critic::RENEEB | A collection of handy Perl::Critic policies | 2.05 | metacpan |