# Note: this file was auto-generated by Module::Build::Compat version 0.32
use ExtUtils::MakeMaker;
WriteMakefile
(
'INSTALLDIRS' => 'site',
'NAME' => 'autobox::List::Util',
'EXE_FILES' => [],
'VERSION_FROM' => 'lib/autobox/List/Util.pm',
'PREREQ_PM' => {
'Test::More' => 0,
'List::Util' => 0,
'Module::Load' => 0,
'autobox' => 0
}
)
;