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



use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Business::OnlinePayment::Litle - Vantiv (was Litle & Co.) Backend for Business::OnlinePayment",
  "AUTHOR" => "Jason Hall <jayce\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Business-OnlinePayment-Litle",
  "EXE_FILES" => [],
  "LICENSE" => "perl",
  "NAME" => "Business::OnlinePayment::Litle",
  "PREREQ_PM" => {
    "Business::CreditCard" => 0,
    "Business::OnlinePayment" => 0,
    "Business::OnlinePayment::HTTPS" => 0,
    "Carp" => 0,
    "HTTP::Tiny" => "0.022",
    "IO::Socket::SSL" => "1.56",
    "IO::String" => 0,
    "Log::Scrubber" => "0.14",
    "Net::SFTP::Foreign" => "1.57",
    "Net::SSLeay" => 0,
    "Pod::Coverage::TrustPod" => 0,
    "Test::MockObject" => 0,
    "Test::More" => 0,
    "Test::Pod" => 0,
    "Test::Pod::Coverage" => 0,
    "Tie::IxHash" => 0,
    "XML::Simple" => 0,
    "XML::Writer" => 0
  },
  "VERSION" => "0.952",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Business::CreditCard" => 0,
  "Business::OnlinePayment" => 0,
  "Business::OnlinePayment::HTTPS" => 0,
  "Carp" => 0,
  "ExtUtils::MakeMaker" => 0,
  "HTTP::Tiny" => "0.022",
  "IO::Socket::SSL" => "1.56",
  "IO::String" => 0,
  "Log::Scrubber" => "0.14",
  "Net::SFTP::Foreign" => "1.57",
  "Net::SSLeay" => 0,
  "Pod::Coverage::TrustPod" => 0,
  "Test::MockObject" => 0,
  "Test::More" => 0,
  "Test::Pod" => 0,
  "Test::Pod::Coverage" => 0,
  "Tie::IxHash" => 0,
  "XML::Simple" => 0,
  "XML::Writer" => 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);