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.009.
use strict;
use warnings;

use 5.014;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "A simple wrapper around the PayPal Payments Advanced web service",
  "AUTHOR" => "Olaf Alders <olaf\@wundercounter.com>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "WebService-PayPal-PaymentsAdvanced",
  "EXE_FILES" => [
    "bin/mock-payflow-link",
    "bin/mock-payflow-pro"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.014",
  "NAME" => "WebService::PayPal::PaymentsAdvanced",
  "PREREQ_PM" => {
    "Data::GUID" => 0,
    "DateTime" => 0,
    "DateTime::Format::MySQL" => 0,
    "DateTime::TimeZone" => 0,
    "HTTP::Message::PSGI" => 0,
    "HTTP::Status" => 0,
    "LWP::Protocol::https" => 0,
    "LWP::UserAgent" => 0,
    "List::AllUtils" => 0,
    "Mojolicious::Lite" => 0,
    "Moo" => "1.004005",
    "Moo::Role" => 0,
    "MooX::HandlesVia" => 0,
    "MooX::StrictConstructor" => 0,
    "Test::LWP::UserAgent" => 0,
    "Throwable::Error" => 0,
    "Type::Params" => 0,
    "Types::Common::Numeric" => 0,
    "Types::Common::String" => 0,
    "Types::Standard" => 0,
    "Types::URI" => 0,
    "URI" => "1.69",
    "URI::FromHash" => 0,
    "URI::QueryParam" => 0,
    "Web::Scraper" => 0,
    "feature" => 0,
    "namespace::autoclean" => 0
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "HTTP::Response" => 0,
    "LWP::ConsoleLogger::Easy" => 0,
    "Mozilla::CA" => 20130114,
    "Path::Tiny" => 0,
    "Scalar::Util" => 0,
    "Test::Fatal" => 0,
    "Test::More" => "0.96",
    "Test::RequiresInternet" => 0,
    "Try::Tiny" => 0,
    "lib" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "VERSION" => "0.000022",
  "test" => {
    "TESTS" => "t/*.t t/PaymentsAdvanced/*.t t/PaymentsAdvanced/Mocker/*.t t/PaymentsAdvanced/Response/*.t t/PaymentsAdvanced/Response/FromSilentPOST/*.t"
  }
);


my %FallbackPrereqs = (
  "Data::GUID" => 0,
  "DateTime" => 0,
  "DateTime::Format::MySQL" => 0,
  "DateTime::TimeZone" => 0,
  "ExtUtils::MakeMaker" => 0,
  "File::Spec" => 0,
  "HTTP::Message::PSGI" => 0,
  "HTTP::Response" => 0,
  "HTTP::Status" => 0,
  "LWP::ConsoleLogger::Easy" => 0,
  "LWP::Protocol::https" => 0,
  "LWP::UserAgent" => 0,
  "List::AllUtils" => 0,
  "Mojolicious::Lite" => 0,
  "Moo" => "1.004005",
  "Moo::Role" => 0,
  "MooX::HandlesVia" => 0,
  "MooX::StrictConstructor" => 0,
  "Mozilla::CA" => 20130114,
  "Path::Tiny" => 0,
  "Scalar::Util" => 0,
  "Test::Fatal" => 0,
  "Test::LWP::UserAgent" => 0,
  "Test::More" => "0.96",
  "Test::RequiresInternet" => 0,
  "Throwable::Error" => 0,
  "Try::Tiny" => 0,
  "Type::Params" => 0,
  "Types::Common::Numeric" => 0,
  "Types::Common::String" => 0,
  "Types::Standard" => 0,
  "Types::URI" => 0,
  "URI" => "1.69",
  "URI::FromHash" => 0,
  "URI::QueryParam" => 0,
  "Web::Scraper" => 0,
  "feature" => 0,
  "lib" => 0,
  "namespace::autoclean" => 0,
  "strict" => 0,
  "warnings" => 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);