{
  "abstract" : "A Solver for ABC Path",
  "author" : [
     "Shlomi Fish <[email protected]>"
  ],
  "dynamic_config" : 1,
  "generated_by" : "Module::Build version 0.4224",
  "keywords" : [
     "abc",
     "game",
     "games",
     "grid",
     "letters",
     "path",
     "puzzle",
     "puzzles",
     "riddle",
     "riddles",
     "table"
  ],
  "license" : [
     "mit"
  ],
  "meta-spec" : {
     "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
     "version" : "2"
  },
  "name" : "Games-ABC_Path-Solver",
  "prereqs" : {
     "build" : {
        "requires" : {
           "Test::Differences" : "0",
           "Test::More" : "0"
        }
     },
     "configure" : {
        "requires" : {
           "Module::Build" : "0.36"
        }
     },
     "runtime" : {
        "requires" : {
           "Carp" : "0",
           "Getopt::Long" : "2.36",
           "Pod::Usage" : "0",
           "base" : "0",
           "perl" : "5.008",
           "strict" : "0",
           "warnings" : "0"
        }
     }
  },
  "provides" : {
     "Games::ABC_Path::Solver" : {
        "file" : "lib/Games/ABC_Path/Solver.pm",
        "version" : "v0.4.1"
     },
     "Games::ABC_Path::Solver::App" : {
        "file" : "lib/Games/ABC_Path/Solver/App.pm",
        "version" : "v0.4.1"
     },
     "Games::ABC_Path::Solver::Base" : {
        "file" : "lib/Games/ABC_Path/Solver/Base.pm",
        "version" : "v0.4.1"
     },
     "Games::ABC_Path::Solver::Board" : {
        "file" : "lib/Games/ABC_Path/Solver/Board.pm",
        "version" : "v0.4.1"
     },
     "Games::ABC_Path::Solver::Constants" : {
        "file" : "lib/Games/ABC_Path/Solver/Constants.pm",
        "version" : "v0.4.1"
     },
     "Games::ABC_Path::Solver::Coord" : {
        "file" : "lib/Games/ABC_Path/Solver/Coord.pm",
        "version" : "v0.4.1"
     },
     "Games::ABC_Path::Solver::Move" : {
        "file" : "lib/Games/ABC_Path/Solver/Move.pm",
        "version" : "v0.4.1"
     },
     "Games::ABC_Path::Solver::Move::LastRemainingCellForLetter" : {
        "file" : "lib/Games/ABC_Path/Solver/Move/LastRemainingCellForLetter.pm",
        "version" : "v0.4.1"
     },
     "Games::ABC_Path::Solver::Move::LastRemainingLetterForCell" : {
        "file" : "lib/Games/ABC_Path/Solver/Move/LastRemainingLetterForCell.pm",
        "version" : "v0.4.1"
     },
     "Games::ABC_Path::Solver::Move::LettersNotInVicinity" : {
        "file" : "lib/Games/ABC_Path/Solver/Move/LettersNotInVicinity.pm",
        "version" : "v0.4.1"
     },
     "Games::ABC_Path::Solver::Move::ResultsInASuccess" : {
        "file" : "lib/Games/ABC_Path/Solver/Move/ResultsInASuccess.pm",
        "version" : "v0.4.1"
     },
     "Games::ABC_Path::Solver::Move::ResultsInAnError" : {
        "file" : "lib/Games/ABC_Path/Solver/Move/ResultsInAnError.pm",
        "version" : "v0.4.1"
     },
     "Games::ABC_Path::Solver::Move::TryingLetterForCell" : {
        "file" : "lib/Games/ABC_Path/Solver/Move/TryingLetterForCell.pm",
        "version" : "v0.4.1"
     }
  },
  "release_status" : "stable",
  "resources" : {
     "homepage" : "http://www.shlomifish.org/open-source/projects/japanese-puzzle-games/abc-path/",
     "license" : [
        "http://www.opensource.org/licenses/mit-license.php"
     ],
     "repository" : {
        "url" : "https://github.com/shlomif/abc-path"
     }
  },
  "version" : "v0.4.1",
  "x_serialization_backend" : "JSON::PP version 2.27400_02"
}