# Note: this file was auto-generated by Module::Build::Compat version 0.03
use
ExtUtils::MakeMaker;
WriteMakefile
(
'NAME'
=>
'Log::Dispatch'
,
'VERSION_FROM'
=>
'lib/Log/Dispatch.pm'
,
'PREREQ_PM'
=> {
'File::Temp'
=>
'0'
,
'Module::Build'
=>
'0'
,
'Params::Validate'
=>
'0.15'
,
'Test::More'
=>
'0'
},
'INSTALLDIRS'
=>
'site'
,
'EXE_FILES'
=> [],
'PL_FILES'
=> {}
)
;