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.2808_01
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Net::Amazon::AWIS',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/Net/Amazon/AWIS.pm',
          'PREREQ_PM' => {
                           'Test::Exception' => '0.15',
                           'DateTime::Format::Strptime' => '0',
                           'Class::Accessor::Fast' => '0',
                           'XML::LibXML::XPathContext' => '0',
                           'Test::More' => '0.01',
                           'Digest::HMAC_SHA1' => '0',
                           'LWP::UserAgent' => '0',
                           'XML::LibXML' => '0',
                           'Module::Build' => '0',
                           'IO::Prompt' => '0'
                         }
        )
;