Kwalitee Issues

has_readme

Add a README to the distribution. It should contain a quick description of your module and how to install 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 (52) does not match dist (31):
  • Missing in Dist: Sub-Curried-0.12/CHANGES, Sub-Curried-0.12/MYMETA.json, Sub-Curried-0.12/Makefile.PL, Sub-Curried-0.12/examples/cycle.pl, Sub-Curried-0.12/inc/Module/Install/Base.pm, Sub-Curried-0.12/t/01_basic.t, Sub-Curried-0.12/t/02_add.t, Sub-Curried-0.12/t/03_three.t, Sub-Curried-0.12/t/04_noparam.t, Sub-Curried-0.12/t/05_compose.t, Sub-Curried-0.12/t/06_alias.t, Sub-Curried-0.12/t/07_compiletime.t, Sub-Curried-0.12/t/08_multiple.t, inc/Module/AutoInstall.pm, inc/Module/Install.pm, inc/Module/Install/AutoInstall.pm, inc/Module/Install/Include.pm, inc/Module/Install/Makefile.pm, inc/Module/Install/Metadata.pm, lib/Sub/Composable.pm, lib/Sub/Curried.pm

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.

has_meta_json

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

proper_libs

Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.

Error: Sub-Curried-0.12/inc/Module/AutoInstall.pm, Sub-Curried-0.12/inc/Module/Install.pm, Sub-Curried-0.12/inc/Module/Install/AutoInstall.pm, Sub-Curried-0.12/inc/Module/Install/Include.pm, Sub-Curried-0.12/inc/Module/Install/Makefile.pm, Sub-Curried-0.12/inc/Module/Install/Metadata.pm, Sub-Curried-0.12/lib/Sub/Composable.pm, Sub-Curried-0.12/lib/Sub/Curried.pm

has_known_license_in_source_file

Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.

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: Module::AutoInstall, Module::Install, Module::Install::AutoInstall, Module::Install::Include, Module::Install::Makefile, Module::Install::Metadata

no_unauthorized_packages

Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.

Error:

  • Module::AutoInstall
  • Module::Install
  • Module::Install::AutoInstall
  • Module::Install::Include
  • Module::Install::Makefile
  • Module::Install::Metadata

consistent_version

Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).

Error: 0.12,1.06

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.

meta_yml_has_repository_resource

Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).

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
Module::AutoInstall 1.06 metacpan
Module::Install 1.06 metacpan
Module::Install::AutoInstall 1.06 metacpan
Module::Install::Include 1.06 metacpan
Module::Install::Makefile 1.06 metacpan
Module::Install::Metadata 1.06 metacpan
Sub::Composable metacpan
Sub::Curried automatically curried subroutines 0.12 metacpan

Other Files

MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
Sub-Curried-0.12/MANIFEST metacpan
Sub-Curried-0.12/META.yml metacpan