Kwalitee Issues

no_pod_errors

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

Error: Games-Risk-2.0.0/lib/Games/Risk/Player.pm -- Around line 258: Expected text after =item, not a bullet Around line 263: Expected text after =item, not a bullet Around line 268: Expected text after =item, not a bullet Around line 274: Expected text after =item, not a bullet Around line 279: Expected text after =item, not a bullet Around line 284: Expected text after =item, not a bullet Around line 289: Expected text after =item, not a bullet

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

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_security_doc

Add SECURITY(.pod|md). See Software::Security::Policy.

security_doc_contains_contact

Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.

has_contributing_doc

Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.

Modules

Name Abstract Version View
Games::Risk classical 'risk' board game 2.0 metacpan
Games::Risk::AI base class for all ais metacpan
Games::Risk::AI::Blitzkrieg easy ai that does blitzkrieg attacks metacpan
Games::Risk::AI::Dumb dumb ai that does nothing metacpan
Games::Risk::AI::Hegemon ai that tries to conquer the world metacpan
Games::Risk::Controller controller poe session for risk metacpan
Games::Risk::GUI gui multiplexer poe session metacpan
Games::Risk::GUI::Board board gui component metacpan
Games::Risk::GUI::Cards cards listing metacpan
Games::Risk::GUI::Constants tk constants metacpan
Games::Risk::GUI::GameOver window used when game is over metacpan
Games::Risk::GUI::MoveArmies window to move armies metacpan
Games::Risk::GUI::Startup startup window metacpan
Games::Risk::Map map being played metacpan
Games::Risk::Map::Card map card metacpan
Games::Risk::Map::Continent map continent metacpan
Games::Risk::Map::Country map country metacpan
Games::Risk::Player risk player metacpan

Other Files

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