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.4211
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Net::Async::WebSocket',
  'VERSION_FROM' => 'lib/Net/Async/WebSocket.pm',
  'PREREQ_PM' => {
                   'IO::Async::Listener' => '0.61',
                   'IO::Async::Notifier' => '0.63',
                   'IO::Async::OS' => 0,
                   'IO::Async::Stream' => '0.34',
                   'Protocol::WebSocket' => '0.00902',
                   'Protocol::WebSocket::Frame' => 0,
                   'Protocol::WebSocket::Handshake::Client' => 0,
                   'Protocol::WebSocket::Handshake::Server' => 0,
                   'Test::More' => '0.88',
                   'URI' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;