The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# Note: this file was auto-generated by Module::Build::Compat version 0.4211
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Net::Async::HTTP::Server',
  'VERSION_FROM' => 'lib/Net/Async/HTTP/Server.pm',
  'PREREQ_PM' => {
                   'HTTP::Request' => 0,
                   'IO::Async' => '0.54',
                   'IO::Async::Listener' => '0.61'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;