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.39_01
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PL_FILES' => {},
  'INSTALLDIRS' => 'site',
  'NAME' => 'Freecell::App',
  'EXE_FILES' => [
                   'bin/freecell-solver'
                 ],
  'VERSION_FROM' => 'lib/Freecell/App.pm',
  'PREREQ_PM' => {
                   'Test::More' => 0,
                   'List::Util' => '1.25',
                   'Getopt::Long' => '2.38',
                   'File::ShareDir' => '1.00',
                   'Storable' => '2.34',
                   'Log::Log4perl' => '1.39',
                   'File::Slurp' => '9999.19'
                 }
)
;