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

use 5.010_000;

use ExtUtils::MakeMaker 6.30;



my %WriteMakefileArgs = (
  "ABSTRACT" => "Client Libraries to Iron services IronCache, IronMQ and IronWorker.",
  "AUTHOR" => "Mikko Koivunalho <mikko.koivunalho\@iki.fi>",
  "BUILD_REQUIRES" => {},
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => "6.30"
  },
  "DISTNAME" => "IO-Iron",
  "EXE_FILES" => [],
  "LICENSE" => "perl",
  "NAME" => "IO::Iron",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Carp::Assert" => 0,
    "Carp::Assert::More" => 0,
    "Data::Dumper" => 0,
    "Data::UUID" => 0,
    "English" => 0,
    "Exception::Class" => 0,
    "Exporter" => 0,
    "File::HomeDir" => 0,
    "File::Slurp" => 0,
    "File::Spec" => 0,
    "Hash::Util" => "0.06",
    "JSON::MaybeXS" => 0,
    "Log::Any" => 0,
    "Params::Validate" => 0,
    "REST::Client" => 0,
    "Scalar::Util" => 0,
    "Try::Tiny" => 0,
    "URI::Escape" => 0,
    "constant" => 0,
    "parent" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "File::Copy" => 0,
    "File::Remove" => 0,
    "Log::Any::Test" => 0,
    "Test::Exception" => 0,
    "Test::More" => 0,
    "lib" => 0
  },
  "VERSION" => "0.11",
  "test" => {
    "TESTS" => "t/Iron/*.t t/IronCache/*.t t/IronMQ/*.t t/IronWorker/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Carp::Assert" => 0,
  "Carp::Assert::More" => 0,
  "Data::Dumper" => 0,
  "Data::UUID" => 0,
  "English" => 0,
  "Exception::Class" => 0,
  "Exporter" => 0,
  "File::Copy" => 0,
  "File::HomeDir" => 0,
  "File::Remove" => 0,
  "File::Slurp" => 0,
  "File::Spec" => 0,
  "Hash::Util" => "0.06",
  "JSON::MaybeXS" => 0,
  "Log::Any" => 0,
  "Log::Any::Test" => 0,
  "Params::Validate" => 0,
  "REST::Client" => 0,
  "Scalar::Util" => 0,
  "Test::Exception" => 0,
  "Test::More" => 0,
  "Try::Tiny" => 0,
  "URI::Escape" => 0,
  "constant" => 0,
  "lib" => 0,
  "parent" => 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);