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.4203
require 5.008001;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'AnyEvent::DNS::EtcHosts',
  'PREREQ_PM' => {
                   'AnyEvent' => '7',
                   'Test::Deep' => 0,
                   'Test::More' => '0.98'
                 },
  'VERSION_FROM' => 'lib/AnyEvent/DNS/EtcHosts.pm',
  'PL_FILES' => {},
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => []
)
;