Games-ABC_Path-Solver v0.2.0 Deleted
Kwalitee Issues
This is not the latest release. The following issues may have already been fixed in the newer releases.
No Core Issues.
- 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_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Games::ABC_Path::Solver | a solver for ABC Path | v0.2.0 | metacpan |
Games::ABC_Path::Solver::App | a class wrapping a command line app for solving ABC Path | v0.2.0 | metacpan |
Games::ABC_Path::Solver::Base | base class for Games::ABC_Path::Solver classes. | v0.2.0 | metacpan |
Games::ABC_Path::Solver::Board | handles an ABC Path board. | v0.2.0 | metacpan |
Games::ABC_Path::Solver::Constants | constants in use by the generator. B<FOR INTERNAL USE!>. | v0.2.0 | metacpan |
Games::ABC_Path::Solver::Move | an ABC Path move. | v0.2.0 | metacpan |
Games::ABC_Path::Solver::Move::LastRemainingCellForLetter | an ABC Path move that indicates it's the last remaining cell for a given letter. | v0.2.0 | metacpan |
Games::ABC_Path::Solver::Move::LastRemainingLetterForCell | an ABC Path move that indicates it's the last remaining letter for a given cell. | v0.2.0 | metacpan |
Games::ABC_Path::Solver::Move::LettersNotInVicinity | an ABC Path move that indicates that letters are not in vicinity to one another in a certain cell. | v0.2.0 | metacpan |
Games::ABC_Path::Solver::Move::ResultsInASuccess | indicates that a trial selection resulted in an error. | v0.2.0 | metacpan |
Games::ABC_Path::Solver::Move::ResultsInAnError | indicates that a trial selection resulted in an error. | v0.2.0 | metacpan |
Games::ABC_Path::Solver::Move::TryingLetterForCell | an ABC Path move of trying a letter for a certain cell. | v0.2.0 | metacpan |