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.4220
require 5.010;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Net::Async::IRC',
  'VERSION_FROM' => 'lib/Net/Async/IRC.pm',
  'PREREQ_PM' => {
                   'IO::Async::Loop' => '0.54',
                   'IO::Async::Stream' => '0.59',
                   'Protocol::IRC::Client' => '0.12',
                   'Time::HiRes' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;