Business-OnlinePayment-CardConnect

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.006.
use strict;
use warnings;



use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Business::OnlinePayment::CardConnect - CardConnect Backend for Business::OnlinePayment",
  "AUTHOR" => "Jason Terry <oaxlin\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Business-OnlinePayment-CardConnect",
  "LICENSE" => "perl",
  "NAME" => "Business::OnlinePayment::CardConnect",
  "PREREQ_PM" => {
    "Business::CreditCard" => 0,
    "Business::OnlinePayment" => 3,
    "Business::OnlinePayment::HTTPS" => 0,
    "Carp" => 0,
    "HTTP::Tiny" => "0.022",
    "IO::Socket::SSL" => "1.56",
    "IO::String" => 0,
    "JSON" => 0,
    "Log::Scrubber" => "0.14",
    "Net::SSLeay" => 0,
    "Test::More" => 0,
    "URI::Escape" => 0
  },
  "VERSION" => "0.004",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Business::CreditCard" => 0,
  "Business::OnlinePayment" => 3,
  "Business::OnlinePayment::HTTPS" => 0,
  "Carp" => 0,
  "HTTP::Tiny" => "0.022",
  "IO::Socket::SSL" => "1.56",
  "IO::String" => 0,
  "JSON" => 0,
  "Log::Scrubber" => "0.14",
  "Net::SSLeay" => 0,
  "Test::More" => 0,
  "URI::Escape" => 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);



( run in 1.238 second using v1.01-cache-2.11-cpan-6aa56a78535 )