# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
'NAME' => 'Hash::Tally',
'VERSION_FROM' => 'lib/Hash/Tally.pm',
'PREREQ_PM' => {
'List::MoreUtils' => '0',
'List::Util' => '0',
'Test::More' => '0'
},
'INSTALLDIRS' => 'site',
'PL_FILES' => {}
)
;