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.3603
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Net::Amazon::Config',
          'VERSION_FROM' => 'lib/Net/Amazon/Config.pm',
          'PREREQ_PM' => {
                           'Carp' => 0,
                           'Config::Tiny' => '2.12',
                           'File::Find' => 0,
                           'File::Spec' => '3.31',
                           'Object::Tiny' => '1.06',
                           'Params::Validate' => '0.91',
                           'Path::Class' => '0.17',
                           'Test::More' => '0.88',
                           'constant' => 1
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;