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

use strict;
use warnings;

use 5.010000;
use ExtUtils::MakeMaker;

die 'Unsupported OS' if ( $^O eq 'MSWin32' && scalar((Win32::GetOSVersion())[1]) < 6 );

my %WriteMakefileArgs = (
  "ABSTRACT" => "Client Library for Rex::IO::Server",
  "AUTHOR" => "Jan Gehring <jfried\@rexify.org>",
  "BUILD_REQUIRES" => {
    "Test::Pod" => 0
  },
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Rex-IO-Client",
  "LICENSE" => "apache",
  "MIN_PERL_VERSION" => "5.010000",
  "NAME" => "Rex::IO::Client",
  "PREREQ_PM" => {
    "Data::Dumper" => 0,
    "JSON::XS" => 0,
    "Mojo::JSON" => 0,
    "Mojo::UserAgent" => 0,
    "attributes" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Test::More" => 0
  },
  "VERSION" => "0.6.1",
  "test" => {
    "TESTS" => "t/*.t"
  }
);

my %FallbackPrereqs = (
  "Data::Dumper" => 0,
  "JSON::XS" => 0,
  "Mojo::JSON" => 0,
  "Mojo::UserAgent" => 0,
  "Test::More" => 0,
  "Test::Pod" => 0,
  "attributes" => 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);