Kwalitee Issues

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: Perl-Critic-Bangs-1.14/lib/Perl/Critic/Bangs.pm -- Around line 124: Non-ASCII character seen before =encoding in 'Skyttä,'. Assuming UTF-8

meta_yml_has_provides

Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.

has_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

Modules

Name Abstract Version View
Perl::Critic::Bangs A collection of handy Perl::Critic policies 1.14 metacpan
Perl::Critic::Policy::Bangs::ProhibitBitwiseOperators Bitwise operators are usually accidentally used instead of logical boolean operators. 1.14 metacpan
Perl::Critic::Policy::Bangs::ProhibitCommentedOutCode Commented-out code is usually noise. It should be removed. 1.14 metacpan
Perl::Critic::Policy::Bangs::ProhibitDebuggingModules Prohibit loading of debugging modules like Data::Dumper 1.14 metacpan
Perl::Critic::Policy::Bangs::ProhibitFlagComments Don't use XXX, TODO, or FIXME. 1.14 metacpan
Perl::Critic::Policy::Bangs::ProhibitNoPlan Know what you're going to test. 1.14 metacpan
Perl::Critic::Policy::Bangs::ProhibitNumberedNames Prohibit variables and subroutines with names that end in digits. 1.14 metacpan
Perl::Critic::Policy::Bangs::ProhibitRefProtoOrProto Create a clone() method if you need copies of objects. 1.14 metacpan
Perl::Critic::Policy::Bangs::ProhibitUselessRegexModifiers Adding modifiers to a regular expression made up entirely of a variable created with qr() is usually not doing what you expect. 1.14 metacpan
Perl::Critic::Policy::Bangs::ProhibitVagueNames Don't use generic variable and subroutine names. 1.14 metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.json metacpan
META.yml metacpan
Makefile.PL metacpan
README.md metacpan