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 (60) does not match dist (45):
  • Missing in Dist: Data-Grid-0.01_02/Changes, Data-Grid-0.01_02/MANIFEST.SKIP, Data-Grid-0.01_02/META.yml, Data-Grid-0.01_02/Makefile.PL, Data-Grid-0.01_02/inc/Module/AutoInstall.pm, Data-Grid-0.01_02/inc/Module/Install/AutoInstall.pm, Data-Grid-0.01_02/inc/Module/Install/Makefile.pm, Data-Grid-0.01_02/inc/Module/Install/Metadata.pm, Data-Grid-0.01_02/inc/Module/Install/Win32.pm, Data-Grid-0.01_02/lib/Data/Grid.pm, Data-Grid-0.01_02/lib/Data/Grid/Cell.pm, Data-Grid-0.01_02/lib/Data/Grid/Excel.pm, Data-Grid-0.01_02/lib/Data/Grid/Excel/XLSX.pm, Data-Grid-0.01_02/t/00-load.t, Data-Grid-0.01_02/t/manifest.t

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: Data-Grid-0.01_02/lib/Data/Grid/CSV.pm, Data-Grid-0.01_02/lib/Data/Grid/Container.pm, Data-Grid-0.01_02/lib/Data/Grid/Row.pm, Data-Grid-0.01_02/lib/Data/Grid/Table.pm, Data-Grid-0.01_02/inc/Module/Install.pm, Data-Grid-0.01_02/inc/Module/Install/Base.pm, Data-Grid-0.01_02/inc/Module/Install/Can.pm, Data-Grid-0.01_02/inc/Module/Install/Fetch.pm, Data-Grid-0.01_02/inc/Module/Install/Include.pm, Data-Grid-0.01_02/inc/Module/Install/WriteAll.pm

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::Install, Module::Install::Base, Module::Install::Can, Module::Install::Fetch, Module::Install::Include, Module::Install::WriteAll

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::Install
  • Module::Install::Base
  • Module::Install::Base::FakeAdmin
  • Module::Install::Can
  • Module::Install::Fetch
  • Module::Install::Include
  • Module::Install::WriteAll

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.01_01,0.01_02,1.16

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
Data::Grid Incremental read-only (for now) access to grid-based data 0.01_02 metacpan
Data::Grid::CSV CSV driver for Data::Grid 0.01_01 metacpan
Data::Grid::Cell Cell implementation for Data::Grid::Row 0.01_01 metacpan
Data::Grid::Container Generic superclass for Data::Grid containers 0.01_01 metacpan
Data::Grid::Excel Excel driver for Data::Grid 0.01_01 metacpan
Data::Grid::Excel::XLSX XML-based Excel driver for Data::Grid 0.01_01 metacpan
Data::Grid::Row Row implementation for Data::Grid::Table 0.01_01 metacpan
Data::Grid::Table A table implementation for Data::Grid 0.01_01 metacpan
Module::Install 1.16 metacpan
Module::Install::Base 1.16 metacpan
Module::Install::Can 1.16 metacpan
Module::Install::Fetch 1.16 metacpan
Module::Install::Include 1.16 metacpan
Module::Install::WriteAll 1.16 metacpan

Provides

Name File View
Data::Grid::CSV::Cell Data-Grid-0.01_02/lib/Data/Grid/CSV.pm metacpan
Data::Grid::CSV::Row Data-Grid-0.01_02/lib/Data/Grid/CSV.pm metacpan
Data::Grid::CSV::Table Data-Grid-0.01_02/lib/Data/Grid/CSV.pm metacpan
Data::Grid::Excel::Cell lib/Data/Grid/Excel.pm metacpan
Data::Grid::Excel::Row lib/Data/Grid/Excel.pm metacpan
Data::Grid::Excel::Table lib/Data/Grid/Excel.pm metacpan
Module::Install::Base::FakeAdmin Data-Grid-0.01_02/inc/Module/Install/Base.pm metacpan

Other Files

Changes metacpan
Data-Grid-0.01_02/MANIFEST metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan