# Note: this file was auto-generated by Module::Build::Compat version 0.4206
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Event::Distributor',
  'VERSION_FROM' => 'lib/Event/Distributor.pm',
  'PREREQ_PM' => {
                   'Future' => 0,
                   'Test::More' => '0.88'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;