Kwalitee Issues

has_meta_yml

Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.

no_mymeta_files

Update MANIFEST.SKIP to exclude MYMETA files. If you are lazy, add "#!install_default" in your MANIFEST.SKIP and update your ExtUtils::Manifest if necessary, then some of the most common files will be excluded.

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 (35) does not match dist (34):
  • Missing in MANIFEST: MYMETA.json, MYMETA.yml
  • Missing in Dist: META.json, META.yml, t/pod-coverage.t

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Algorithm::Combinatorics
  • Moo
  • Tie::IxHash

has_meta_json

Add a META.json to the distribution. Your buildtool should be able to autogenerate it.

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,0.04

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.

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
Poker::Card Simple class to represent a poker card. 0.04 metacpan
Poker::Dealer Simple class to represent a poker dealer 0.04 metacpan
Poker::Deck Simple class to represent a deck of poker cards. 0.04 metacpan
Poker::Eval Deal, score, and calculate expected win rates of poker hands. Base class for specific game types. 0.04 metacpan
Poker::Eval::Badugi Evaluate and score Badugi poker hands. 0.04 metacpan
Poker::Eval::Badugi27 Evaluate and score Badeucy poker hands. 0.04 metacpan
Poker::Eval::BlackMariah Evaluate and score hole cards in the game of Black Mariah. 0.04 metacpan
Poker::Eval::Chinese Evaluate and score Chinese poker hands. 0.04 metacpan
Poker::Eval::Community Evaluate and score hand using any combination of hole and community cards. 0.04 metacpan
Poker::Eval::HighSuit Calculate the highest card of a specific suit. 0.04 metacpan
Poker::Eval::Omaha Evaluate and score Omaha poker hands. 0.04 metacpan
Poker::Eval::Wild Evaluate and score wildcard poker hands. 0.04 metacpan
Poker::Hand Simple class to represent a poker hand. 0.04 metacpan
Poker::Score Identify and score specific poker hands. Base class for specific scoring systems. 0.04 metacpan
Poker::Score::Badugi Identify and score specific Badugi poker hand. 0.04 metacpan
Poker::Score::Badugi27 Scoring system used in the game of Badeucy. 0.04 metacpan
Poker::Score::Bring::High Scoring system used in highball Stud to decide which player starts the action. 0.04 metacpan
Poker::Score::Bring::Low Scoring system used in lowball Stud to decide which player starts the action. 0.04 metacpan
Poker::Score::Bring::Wild Scoring system used in highball Stud with wildcards to decide which player starts the action. 0.04 metacpan
Poker::Score::Chinese Identify and score Chinese poker hand. 0.01 metacpan
Poker::Score::High Identify and score specific highball poker hand. 0.01 metacpan
Poker::Score::HighSuit Score highest card of a specific suit. 0.04 metacpan
Poker::Score::Low27 Identify and score lowball 2-7 poker hand. 0.04 metacpan
Poker::Score::Low8 Identify and score lowball 8 or better poker hand. 0.04 metacpan
Poker::Score::LowA5 Identify and score lowball A-5 poker hand. 0.04 metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan