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.4007
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Net::Async::Webservice::S3',
  'VERSION_FROM' => 'lib/Net/Async/Webservice/S3.pm',
  'PREREQ_PM' => {
                   'Digest::HMAC_SHA1' => 0,
                   'Digest::MD5' => 0,
                   'Future' => '0.18',
                   'HTTP::Date' => 0,
                   'HTTP::Request' => 0,
                   'IO::Async::Stream' => '0.57',
                   'IO::Async::Test' => 0,
                   'IO::Async::Timer::Countdown' => 0,
                   'MIME::Base64' => 0,
                   'Net::Async::HTTP' => '0.30',
                   'Test::More' => '0.88',
                   'URI::Escape' => 0,
                   'XML::LibXML' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;