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.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Net::Amazon::S3',
          'VERSION_FROM' => 'lib/Net/Amazon/S3.pm',
          'PREREQ_PM' => {
                           'Class::Accessor::Fast' => '0',
                           'DateTime::Format::Strptime' => '0',
                           'Digest::HMAC_SHA1' => '0',
                           'HTTP::Date' => '0',
                           'LWP::UserAgent' => '0',
                           'MIME::Base64' => '0',
                           'Test::More' => '0.01',
                           'URI::Escape' => '0',
                           'XML::LibXML' => '0',
                           'XML::LibXML::XPathContext' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'PL_FILES' => {}
        )
;