The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.4205
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Games::ABC_Path::Generator',
  'VERSION_FROM' => 'lib/Games/ABC_Path/Generator.pm',
  'PREREQ_PM' => {
                   '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',
                   'Test::Differences' => 0,
                   'Test::More' => 0,
                   'integer' => 0,
                   'strict' => 0,
                   'warnings' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'scripts/abc-path-gen'
                 ],
  'PL_FILES' => {}
)
;