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.4001
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::OS' => 0,
                   'IO::Async::Protocol::LineStream' => '0.34',
                   'IO::Async::Test' => '0.14',
                   'Test::Fatal' => 0,
                   'Test::More' => '0.88',
                   'Time::HiRes' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;