The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# This Makefile.PL for WebService-E4SE was generated by
# Dist::Zilla::Plugin::MakeMaker::Awesome 0.36.
# Don't edit it but the dist.ini and plugins used to construct it.

use strict;
use warnings;

use 5.010001;
use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Communicate with the various Epicor E4SE web services.",
  "AUTHOR" => "Chase Whitener <capoeirab\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "WebService-E4SE",
  "LICENSE" => "artistic_2",
  "MIN_PERL_VERSION" => "5.010001",
  "NAME" => "WebService::E4SE",
  "PREREQ_PM" => {
    "Authen::NTLM" => "1.0",
    "Carp" => 0,
    "File::Slurper" => 0,
    "HTTP::Headers" => "6.0",
    "HTTP::Request" => "6.0",
    "LWP::UserAgent" => "6.0",
    "Moo" => "2.0",
    "Try::Tiny" => "0.24",
    "URI" => "1.6",
    "XML::Compile::Licensed" => "0.01",
    "XML::Compile::SOAP" => "3.12",
    "XML::Compile::SOAP11" => "3.12",
    "XML::Compile::SOAP12" => "3.03",
    "XML::Compile::WSDL11" => "3.03",
    "XML::LibXML" => "2.0",
    "namespace::clean" => 0,
    "strict" => 0,
    "strictures" => "2.0",
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Test::LWP::UserAgent" => 0,
    "Test::More" => "0.88"
  },
  "VERSION" => "0.050",
  "test" => {
    "TESTS" => "t/*.t"
  }
);

my %FallbackPrereqs = (
  "Authen::NTLM" => "1.0",
  "Carp" => 0,
  "File::Slurper" => 0,
  "HTTP::Headers" => "6.0",
  "HTTP::Request" => "6.0",
  "LWP::UserAgent" => "6.0",
  "Moo" => "2.0",
  "Test::LWP::UserAgent" => 0,
  "Test::More" => "0.88",
  "Try::Tiny" => "0.24",
  "URI" => "1.6",
  "XML::Compile::Licensed" => "0.01",
  "XML::Compile::SOAP" => "3.12",
  "XML::Compile::SOAP11" => "3.12",
  "XML::Compile::SOAP12" => "3.03",
  "XML::Compile::WSDL11" => "3.03",
  "XML::LibXML" => "2.0",
  "namespace::clean" => 0,
  "strict" => 0,
  "strictures" => "2.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);