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 (68) does not match dist (67):
  • Missing in Dist: utils/session.vim

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.

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: install/System.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: Gedcom, Gedcom::CGI, Gedcom::Comparison, Gedcom::Event, Gedcom::Family, Gedcom::Grammar, Gedcom::Grammar_5_5, Gedcom::Grammar_5_5_1, Gedcom::Individual, Gedcom::Item, Gedcom::LifeLines, Gedcom::Record, System

consistent_version

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

Error: 1.01,1.2,1.20

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
Gedcom a module to manipulate Gedcom genealogy files 1.20 metacpan
Gedcom::CGI Basic CGI routines for Gedcom.pm 1.20 metacpan
Gedcom::Comparison a module to compare Gedcom records 1.20 metacpan
Gedcom::Event a module to manipulate Gedcom events 1.20 metacpan
Gedcom::Family a module to manipulate Gedcom families 1.20 metacpan
Gedcom::Grammar a module to manipulate Gedcom grammars 1.20 metacpan
Gedcom::Grammar_5_5 1.2 metacpan
Gedcom::Grammar_5_5_1 1.2 metacpan
Gedcom::Individual a module to manipulate Gedcom individuals 1.20 metacpan
Gedcom::Item a base class for Gedcom::Grammar and Gedcom::Record 1.20 metacpan
Gedcom::LifeLines functions for lines2perl 1.20 metacpan
Gedcom::Record a module to manipulate Gedcom records 1.20 metacpan
Gedcom::WebServices Basic web service routines for Gedcom.pm 1.20 metacpan
System run a system command and check the result 1.01 metacpan

Other Files

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