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.4214
require 5.008;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Games::Solitaire::BlackHole::Solver',
  'VERSION_FROM' => 'lib/Games/Solitaire/BlackHole/Solver.pm',
  'PREREQ_PM' => {
                   'Getopt::Long' => 0,
                   'Pod::Usage' => 0,
                   'Test::More' => 0,
                   'strict' => 0,
                   'warnings' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'scripts/black-hole-solve'
                 ],
  'PL_FILES' => {}
)
;