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

use 5.008008;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "SMS::Send driver for the Retarus SMS for Applications webservice",
  "AUTHOR" => "Alexander Hartmaier <abraxxa\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "SMS-Send-Retarus",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.008008",
  "NAME" => "SMS::Send::Retarus",
  "PREREQ_PM" => {
    "Exception::Class" => "1.40",
    "HTTP::Tiny" => "0.056",
    "IO::Socket::SSL" => "2.027",
    "JSON::MaybeXS" => "1.003005",
    "Mozilla::CA" => 20160104,
    "Net::SSLeay" => "1.74",
    "SMS::Send::Driver" => "0.06",
    "Try::Tiny" => "0.24",
    "URI::Escape" => "1.71"
  },
  "TEST_REQUIRES" => {
    "Test::Exception" => "0.43",
    "Test::More" => "1.001014"
  },
  "VERSION" => "0.001",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Exception::Class" => "1.40",
  "HTTP::Tiny" => "0.056",
  "IO::Socket::SSL" => "2.027",
  "JSON::MaybeXS" => "1.003005",
  "Mozilla::CA" => 20160104,
  "Net::SSLeay" => "1.74",
  "SMS::Send::Driver" => "0.06",
  "Test::Exception" => "0.43",
  "Test::More" => "1.001014",
  "Try::Tiny" => "0.24",
  "URI::Escape" => "1.71"
);


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);