Kwalitee Issues

meta_json_conforms_to_known_spec

Take a look at the META.json Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.json accordingly.

Error: 'HASH(...)' for 'repository' does not have a URL scheme (resources -> repository) [Validation: 1.4]

has_meta_yml

Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.

no_mymeta_files

Update MANIFEST.SKIP to exclude MYMETA files. If you are lazy, add "#!install_default" in your MANIFEST.SKIP and update your ExtUtils::Manifest if necessary, then some of the most common files will be excluded.

manifest_matches_dist

Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.

Error:

  • MANIFEST (49) does not match dist (46):
  • Missing in Dist: Debuggit-2.03_01.tar.gz, META.yml, t/nomem.t

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: Debuggit::Cookbook, Debuggit::Manual

no_pod_errors

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

Error: Debuggit-2.04/lib/Debuggit/Cookbook.pm -- Around line 272: =over without closing =back

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.

use_warnings

Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.

Error: Debuggit::Cookbook, Debuggit::Manual

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.

Modules

Name Abstract Version View
Debuggit A fairly simplistic debug statement handler 2.04 metacpan
Debuggit::Cookbook Debuggit example recipes metacpan
Debuggit::Manual Details for using Debuggit to the fullest metacpan

Other Files

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