Kwalitee Issues

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 (22) does not match dist (27):
  • Missing in MANIFEST: DIST.ini, LICENSE, META.json, META.yml, Makefile.PL_old, README.md, lib/Dancer2/Plugin/HTTP/Auth/Extensible.pm, t/10-config_normal.t, t/11-config_bad.new, t/20-http_username.t, t/21-http_realm.t, t/30-authenticate_Basic.t, t/boilerplate.t, t/logs/development.log, xt/release/eol.t, xt/release/pod-coverage.t, xt/release/pod-syntax.t
  • Missing in Dist: lib/Dancer2/Plugin/Auth/Extensible.pm, lib/Dancer2/Plugin/Auth/Extensible/Provider/Base.pm, lib/Dancer2/Plugin/Auth/Extensible/Provider/Config.pm, lib/Dancer2/Plugin/Auth/Extensible/Provider/Database.pm, lib/Dancer2/Plugin/Auth/Extensible/Provider/Example.pm, lib/Dancer2/Plugin/Auth/Extensible/Provider/Unix.pm, t/01-basic.t, t/lib/TestApp.pm, t/lib/config.yml, t/lib/lib/.placeholder, t/lib/public/.placeholder, t/lib/views/.placeholder

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Class::Load
  • Dancer2::Plugin

main_module_version_matches_dist_version

Make sure that the main module name and version are the same of the distribution.

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.

test_prereq_matches_use

List all modules used in the test suite in META.yml test_requires

Error:

  • Dancer2
  • Plack::Test

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.

Other Files

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