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
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Net::Amazon::Thumbnail',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/Net/Amazon/Thumbnail.pm',
          'PREREQ_PM' => {
                           'URI' => '0',
                           'Test::Exception' => '0.15',
                           'File::Spec' => '0',
                           'Class::Accessor' => '0',
                           'URI::QueryParam' => '0',
                           'Test::More' => '0.01',
                           'Digest::HMAC_SHA1' => '0',
                           'LWP::UserAgent' => '0',
                           'XML::XPath::XMLParser' => '0',
                           'XML::XPath' => '0',
                           'Module::Build' => '0'
                         }
        )
;