The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.010.
use strict;
use warnings;

use 5.010001;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "A Perl SDK for AWS (Amazon Web Services) APIs",
  "AUTHOR" => "Jose Luis Martinez <jlmartinez\@capside.com>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Paws",
  "EXE_FILES" => [
    "bin/open_aws_console",
    "bin/paws",
    "bin/paws_make_testcase",
    "bin/xml2yaml.sh"
  ],
  "LICENSE" => "apache",
  "MIN_PERL_VERSION" => "5.010001",
  "NAME" => "Paws",
  "PREREQ_PM" => {
    "ARGV::Struct" => 0,
    "Config::INI" => 0,
    "Data::Compare" => 0,
    "DateTime" => 0,
    "DateTime::Format::ISO8601" => 0,
    "Digest::SHA" => 0,
    "File::HomeDir" => 0,
    "Getopt::Long" => 0,
    "HTTP::Tiny" => 0,
    "Hash::Flatten" => 0,
    "IO::Socket::SSL" => 0,
    "JSON::MaybeXS" => 0,
    "Module::Find" => 0,
    "Moose" => 0,
    "MooseX::ClassAttribute" => 0,
    "MooseX::Getopt" => 0,
    "Net::Amazon::Signature::V3" => 0,
    "Net::Amazon::Signature::V4" => 0,
    "Path::Tiny" => "0.017",
    "String::CRC32" => 0,
    "Throwable::Error" => 0,
    "URI" => 0,
    "URI::Template" => 0,
    "URL::Encode" => 0,
    "URL::Encode::XS" => 0,
    "XML::Simple" => "2.21"
  },
  "TEST_REQUIRES" => {
    "Class::Unload" => 0,
    "File::Slurper" => 0,
    "Path::Class" => 0,
    "Test::Exception" => 0,
    "Test::More" => 0,
    "Test::Timer" => 0,
    "Test::Warnings" => 0,
    "YAML" => 0
  },
  "VERSION" => "0.37",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "ARGV::Struct" => 0,
  "Class::Unload" => 0,
  "Config::INI" => 0,
  "Data::Compare" => 0,
  "DateTime" => 0,
  "DateTime::Format::ISO8601" => 0,
  "Digest::SHA" => 0,
  "File::HomeDir" => 0,
  "File::Slurper" => 0,
  "Getopt::Long" => 0,
  "HTTP::Tiny" => 0,
  "Hash::Flatten" => 0,
  "IO::Socket::SSL" => 0,
  "JSON::MaybeXS" => 0,
  "Module::Find" => 0,
  "Moose" => 0,
  "MooseX::ClassAttribute" => 0,
  "MooseX::Getopt" => 0,
  "Net::Amazon::Signature::V3" => 0,
  "Net::Amazon::Signature::V4" => 0,
  "Path::Class" => 0,
  "Path::Tiny" => "0.017",
  "String::CRC32" => 0,
  "Test::Exception" => 0,
  "Test::More" => 0,
  "Test::Timer" => 0,
  "Test::Warnings" => 0,
  "Throwable::Error" => 0,
  "URI" => 0,
  "URI::Template" => 0,
  "URL::Encode" => 0,
  "URL::Encode::XS" => 0,
  "XML::Simple" => "2.21",
  "YAML" => 0
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};
  delete $WriteMakefileArgs{BUILD_REQUIRES};
  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}

delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };

WriteMakefile(%WriteMakefileArgs);