Kwalitee Issues

meta_yml_conforms_to_known_spec

Take a look at the META.yml 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.yml accordingly.

Error: Expected a map structure from string or file. (requires) [Validation: 1.0]

has_changelog

Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.

no_symlinks

Remove the symlinks from the distribution.

has_license_in_source_file

Add =head1 LICENSE and the text of the license to the main module in your code.

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 (51) does not match dist (52):
  • Missing in MANIFEST: data/games/russian/default.pdn

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: Games::Checkers::BoardConstants, Games::Checkers::Constants, Games::Checkers::DeclareConstant, Games::Checkers::IteratorConstants, Games::Checkers::LocationConversions, Games::Checkers::MoveConstants, Games::Checkers::PlayerConstants

no_pod_errors

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

Error: Games-Checkers-0.1.0/perllib/Games/Checkers.pm -- Around line 239: '=end' without a target?

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: perllib/Games/Checkers.pm, perllib/Games/Checkers/Board.pm, perllib/Games/Checkers/BoardConstants.pm, perllib/Games/Checkers/BoardTree.pm, perllib/Games/Checkers/CompPlayer.pm, perllib/Games/Checkers/Constants.pm, perllib/Games/Checkers/CreateMoveList.pm, perllib/Games/Checkers/DeclareConstant.pm, perllib/Games/Checkers/ExpandMoveList.pm, perllib/Games/Checkers/IteratorConstants.pm, perllib/Games/Checkers/Iterators.pm, perllib/Games/Checkers/LocationConversions.pm, perllib/Games/Checkers/Move.pm, perllib/Games/Checkers/MoveConstants.pm, perllib/Games/Checkers/MoveListNode.pm, perllib/Games/Checkers/MoveLocationConstructor.pm, perllib/Games/Checkers/PDNParser.pm, perllib/Games/Checkers/Player.pm, perllib/Games/Checkers/PlayerConstants.pm, perllib/Games/Checkers/UserPlayer.pm

meta_yml_has_license

Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.

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: Games::Checkers, Games::Checkers::Board, Games::Checkers::BoardConstants, Games::Checkers::BoardTree, Games::Checkers::CompPlayer, Games::Checkers::Constants, Games::Checkers::CreateMoveList, Games::Checkers::DeclareConstant, Games::Checkers::ExpandMoveList, Games::Checkers::IteratorConstants, Games::Checkers::Iterators, Games::Checkers::LocationConversions, Games::Checkers::Move, Games::Checkers::MoveConstants, Games::Checkers::MoveListNode, Games::Checkers::MoveLocationConstructor, Games::Checkers::PDNParser, Games::Checkers::Player, Games::Checkers::PlayerConstants, Games::Checkers::UserPlayer

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).

Modules

Name Abstract Version View
Games::Checkers Play the Checkers games 0.001000 metacpan
Games::Checkers::Board metacpan
Games::Checkers::BoardConstants metacpan
Games::Checkers::BoardTree metacpan
Games::Checkers::CompPlayer metacpan
Games::Checkers::Constants metacpan
Games::Checkers::CreateMoveList metacpan
Games::Checkers::DeclareConstant metacpan
Games::Checkers::ExpandMoveList metacpan
Games::Checkers::IteratorConstants metacpan
Games::Checkers::Iterators metacpan
Games::Checkers::LocationConversions metacpan
Games::Checkers::Move metacpan
Games::Checkers::MoveConstants metacpan
Games::Checkers::MoveListNode metacpan
Games::Checkers::MoveLocationConstructor metacpan
Games::Checkers::PDNParser metacpan
Games::Checkers::Player metacpan
Games::Checkers::PlayerConstants metacpan
Games::Checkers::UserPlayer metacpan

Provides

Name File View
Games::Checkers::BoardTreeNode perllib/Games/Checkers/BoardTree.pm metacpan
Games::Checkers::CountMoveList perllib/Games/Checkers/CreateMoveList.pm metacpan
Games::Checkers::CreateUniqueMove perllib/Games/Checkers/CreateMoveList.pm metacpan
Games::Checkers::CreateVergeMove perllib/Games/Checkers/CreateMoveList.pm metacpan
Games::Checkers::FigureIterator perllib/Games/Checkers/Iterators.pm metacpan
Games::Checkers::KingBeatIterator perllib/Games/Checkers/Iterators.pm metacpan
Games::Checkers::KingStepIterator perllib/Games/Checkers/Iterators.pm metacpan
Games::Checkers::LocationIterator perllib/Games/Checkers/Iterators.pm metacpan
Games::Checkers::PawnBeatIterator perllib/Games/Checkers/Iterators.pm metacpan
Games::Checkers::PawnStepIterator perllib/Games/Checkers/Iterators.pm metacpan
Games::Checkers::PieceRuleIterator perllib/Games/Checkers/Iterators.pm metacpan
Games::Checkers::ValidKingBeatIterator perllib/Games/Checkers/Iterators.pm metacpan

Other Files

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