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.008;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PREREQ_PM' => {
                   'warnings' => 0,
                   'Test::More' => 0,
                   'Carp' => 0,
                   'File::Spec' => 0,
                   'Games::Solitaire::Verify::Solution' => 0,
                   'Env::Path' => 0,
                   'Inline' => 0,
                   'Cwd' => 0,
                   'lib' => 0,
                   'YAML::XS' => 0,
                   'Template' => 0,
                   'MooX::late' => 0,
                   'String::ShellQuote' => 0,
                   'Inline::C' => 0,
                   'Test::Run::CmdLine::Plugin::TrimDisplayedFilenames' => 0,
                   'IPC::Open2' => 0,
                   'Test::Differences' => 0,
                   'MooX' => 0,
                   'Task::Test::Run::AllPlugins' => 0,
                   'File::Path' => 0,
                   'List::MoreUtils' => 0,
                   'strict' => 0,
                   'Data::Dumper' => 0,
                   'Digest::SHA' => 0,
                   'base' => 0,
                   'Storable' => 0,
                   'Games::Solitaire::Verify' => 0
                 },
  'NAME' => 'Task::FreecellSolver::Testing',
  'INSTALLDIRS' => 'site',
  'PL_FILES' => {},
  'VERSION_FROM' => 'lib/Task/FreecellSolver/Testing.pm',
  'EXE_FILES' => []
)
;