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_files_to_be_skipped

Fix MANIFEST.SKIP or use an authoring tool which respects MANIFEST.SKIP. Note that each entry in MANIFEST.SKIP is a regular expression. You may need to add appropriate meta characters not to ignore necessary stuff.

Error: MANIFEST.SKIP,doc/protocol.html

has_tests

Add tests!

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 (88) does not match dist (87):
  • Duplicates in MANIFEST: kgsueme/user.pl

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: Gtk2::GoBoard, Gtk2::GoBoard::Constants, KGS::Constants, KGS::Game::Board, KGS::Game::Tree, KGS::Listener, KGS::Listener::Channel, KGS::Listener::Debug, KGS::Listener::Game, KGS::Listener::Room, KGS::Listener::Roomlist, KGS::Listener::User, KGS::Protocol, KGS::Protocol::Client, KGS::Protocol::Server, KGS::SGF

main_module_version_matches_dist_version

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

no_pod_errors

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

Error: KGS-0.99/lib/KGS/Listener/Channel.pm -- Around line 53: '=item' outside of any '=over' =over without closing =back KGS-0.99/lib/KGS/Listener/Debug.pm -- Around line 23: '=item' outside of any '=over' =over without closing =back KGS-0.99/lib/KGS/Listener/Game.pm -- Around line 191: '=item' outside of any '=over' =over without closing =back KGS-0.99/lib/KGS/Listener.pm -- Around line 61: =cut found outside a pod block. Skipping to next block. KGS-0.99/lib/KGS/Protocol.pm -- Around line 26: '=item' outside of any '=over' =over without closing =back KGS-0.99/lib/KGS/SGF.pm -- Around line 119: You forgot a '=back' before '=head2' Around line 318: =back without =over

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.

has_tests_in_t_dir

Add tests or move tests.pl to the t/ directory!

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: Gtk2::GoBoard, Gtk2::GoBoard::Constants, KGS::Constants, KGS::Game::Board, KGS::Game::Tree, KGS::Listener, KGS::Listener::Channel, KGS::Listener::Debug, KGS::Listener::Game, KGS::Listener::Room, KGS::Listener::Roomlist, KGS::Listener::User, KGS::Messages, KGS::Protocol, KGS::Protocol::Client, KGS::Protocol::Server, KGS::SGF

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
Gtk2::GoBoard metacpan
Gtk2::GoBoard::Constants metacpan
KGS::Constants metacpan
KGS::Game::Board represents a go board metacpan
KGS::Game::Tree metacpan
KGS::Listener a generic base class to listen for kgs messages. metacpan
KGS::Listener::Channel metacpan
KGS::Listener::Debug metacpan
KGS::Listener::Game metacpan
KGS::Listener::Room handle room-related messages for you. metacpan
KGS::Listener::Roomlist metacpan
KGS::Listener::User metacpan
KGS::Messages metacpan
KGS::Protocol 0.99 metacpan
KGS::Protocol::Client metacpan
KGS::Protocol::Server metacpan
KGS::SGF SGF I/O 0 metacpan

Provides

Name File View
KGS::Challenge lib/KGS/Protocol.pm metacpan
KGS::Game lib/KGS/Protocol.pm metacpan
KGS::GameRecord lib/KGS/Protocol.pm metacpan
KGS::Protocol::Generator lib/KGS/Protocol.pm metacpan
KGS::Room lib/KGS/Protocol.pm metacpan
KGS::Rules lib/KGS/Protocol.pm metacpan
KGS::SGF::Parser lib/KGS/SGF.pm metacpan
KGS::Score lib/KGS/Protocol.pm metacpan
KGS::Stats lib/KGS/Protocol.pm metacpan
KGS::User lib/KGS/Protocol.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan