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