Poker-Eval 0.06 Deleted
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 (35) does not match dist (34):
- Missing in Dist: t/pod-coverage.t
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- Algorithm::Combinatorics
- Moo
- Tie::IxHash
- 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.06 | metacpan |
Poker::Dealer | Simple class to represent a poker dealer | 0.06 | metacpan |
Poker::Deck | Simple class to represent a deck of poker cards. | 0.06 | metacpan |
Poker::Eval | Deal, score, and calculate expected win rates of poker hands. Base class for specific game types. | 0.06 | metacpan |
Poker::Eval::Badugi | Evaluate and score Badugi poker hands. | 0.06 | metacpan |
Poker::Eval::Badugi27 | Evaluate and score Badeucy poker hands. | 0.06 | metacpan |
Poker::Eval::BlackMariah | Evaluate and score hole cards in the game of Black Mariah. | 0.06 | metacpan |
Poker::Eval::Chinese | Evaluate and score Chinese poker hands. | 0.06 | metacpan |
Poker::Eval::Community | Evaluate and score hand using any combination of hole and community cards. | 0.06 | metacpan |
Poker::Eval::HighSuit | Calculate the highest card of a specific suit. | 0.06 | metacpan |
Poker::Eval::Omaha | Evaluate and score Omaha poker hands. | 0.06 | metacpan |
Poker::Eval::Wild | Evaluate and score wildcard poker hands. | 0.06 | metacpan |
Poker::Hand | Simple class to represent a poker hand. | 0.06 | metacpan |
Poker::Score | Identify and score specific poker hands. Base class for specific scoring systems. | 0.06 | metacpan |
Poker::Score::Badugi | Identify and score specific Badugi poker hand. | 0.06 | metacpan |
Poker::Score::Badugi27 | Scoring system used in the game of Badeucy. | 0.06 | metacpan |
Poker::Score::Bring::High | Scoring system used in highball Stud to decide which player starts the action. | 0.06 | metacpan |
Poker::Score::Bring::Low | Scoring system used in lowball Stud to decide which player starts the action. | 0.06 | metacpan |
Poker::Score::Bring::Wild | Scoring system used in highball Stud with wildcards to decide which player starts the action. | 0.06 | metacpan |
Poker::Score::Chinese | Identify and score Chinese poker hand. | 0.06 | metacpan |
Poker::Score::High | Identify and score specific highball poker hand. | 0.06 | metacpan |
Poker::Score::HighSuit | Score highest card of a specific suit. | 0.06 | metacpan |
Poker::Score::Low27 | Identify and score lowball 2-7 poker hand. | 0.06 | metacpan |
Poker::Score::Low8 | Identify and score lowball 8 or better poker hand. | 0.06 | metacpan |
Poker::Score::LowA5 | Identify and score lowball A-5 poker hand. | 0.06 | metacpan |