The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.4210
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'IO::Async::Resolver::StupidCache',
  'VERSION_FROM' => 'lib/IO/Async/Resolver/StupidCache.pm',
  'PREREQ_PM' => {
                   'Future' => '0.30',
                   'IO::Async::Notifier' => 0,
                   'IO::Async::Resolver' => 0,
                   'Struct::Dumb' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;