The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "a generator for ABC Path puzzle games.",
   "author" : [
      "Shlomi Fish <shlomif@cpan.org>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.4224",
   "keywords" : [
      "abc",
      "game",
      "games",
      "generate",
      "generator",
      "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-Generator",
   "prereqs" : {
      "build" : {
         "requires" : {
            "Test::Differences" : "0",
            "Test::More" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.36"
         }
      },
      "runtime" : {
         "requires" : {
            "Carp" : "0",
            "Class::XSAccessor" : "0",
            "Exporter" : "0",
            "Games::ABC_Path::Solver::Base" : "0.003000",
            "Games::ABC_Path::Solver::Board" : "0.003000",
            "Games::ABC_Path::Solver::Constants" : "0.003000",
            "Games::ABC_Path::Solver::Coord" : "0.003000",
            "Getopt::Long" : "2.36",
            "integer" : "0",
            "perl" : "5.006",
            "strict" : "0",
            "warnings" : "0"
         }
      }
   },
   "provides" : {
      "Games::ABC_Path::Generator" : {
         "file" : "lib/Games/ABC_Path/Generator.pm",
         "version" : "v0.2.1"
      },
      "Games::ABC_Path::Generator::App" : {
         "file" : "lib/Games/ABC_Path/Generator/App.pm",
         "version" : "v0.2.1"
      },
      "Games::ABC_Path::Generator::Base" : {
         "file" : "lib/Games/ABC_Path/Generator/Base.pm",
         "version" : "v0.2.1"
      },
      "Games::ABC_Path::Generator::Coord" : {
         "file" : "lib/Games/ABC_Path/Generator/Coord.pm",
         "version" : "v0.2.1"
      },
      "Games::ABC_Path::Generator::FinalLayoutObj" : {
         "file" : "lib/Games/ABC_Path/Generator/FinalLayoutObj.pm",
         "version" : "v0.2.1"
      },
      "Games::ABC_Path::Generator::RiddleObj" : {
         "file" : "lib/Games/ABC_Path/Generator/RiddleObj.pm",
         "version" : "v0.2.1"
      },
      "Games::ABC_Path::MicrosoftRand" : {
         "file" : "lib/Games/ABC_Path/MicrosoftRand.pm",
         "version" : "v0.2.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.2.1",
   "x_serialization_backend" : "JSON::PP version 2.27400_02"
}