# Note: this file was auto-generated by Module::Build::Compat version 0.39_01
use ExtUtils::MakeMaker;
WriteMakefile
(
'PL_FILES' => {},
'INSTALLDIRS' => 'site',
'NAME' => 'Thread::Task::Concurrent',
'EXE_FILES' => [],
'VERSION_FROM' => 'lib/Thread/Task/Concurrent.pm',
'PREREQ_PM' => {
'Test::More' => 0,
'Mouse::Exporter' => 0,
'Mouse' => 0,
'Thread::Queue' => 0,
'threads::shared' => 0,
'threads' => 0
}
)
;