# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.024.
use strict;
use warnings;
use 5.024000;
use ExtUtils::MakeMaker 7.64;
my %WriteMakefileArgs = (
"ABSTRACT" => "WebSocket proxy for JSON-RPC 2.0 server",
"AUTHOR" => "binary.com <BINARY\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => "7.64"
},
"DISTNAME" => "Mojo-WebSocketProxy",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.024000",
"NAME" => "Mojo::WebSocketProxy",
"PREREQ_PM" => {
"Class::Method::Modifiers" => 0,
"Data::UUID" => 0,
"DataDog::DogStatsd::Helper" => "0.05",
"Encode" => 0,
"Future" => "0.36",
"Future::Mojo" => "0.004",
"Future::Utils" => 0,
"IO::Async::Loop::Mojo" => 0,
"JSON::MaybeUTF8" => 0,
"Log::Any" => 0,
"Mojo::Base" => 0,
"Mojo::Redis2" => 0,
"Mojo::Util" => 0,
"MojoX::JSON::RPC" => 0,
"MojoX::JSON::RPC::Client" => 0,
"Mojolicious" => "7.29",
"Scalar::Util" => 0,
"Syntax::Keyword::Try" => "0.04",
"Unicode::Normalize" => "1.25",
"constant" => 0,
"curry" => "1.001",
"feature" => 0,
"indirect" => 0,
"parent" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"Exporter" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"Future" => "0.36",
"IO::Handle" => 0,
"IPC::Open3" => 0,
"JSON::MaybeXS" => 0,
"Mojo::IOLoop" => 0,
"MojoX::JSON::RPC::Service" => 0,
"Mojolicious" => "7.29",
"Net::EmptyPort" => 0,
"Path::Tiny" => 0,
"Test::CheckDeps" => "0.010",
"Test::Fatal" => 0,
"Test::MockModule" => 0,
"Test::MockObject" => 0,
"Test::Mojo" => 0,
"Test::More" => "0.98",
"Test::Simple" => "0.44",
"Test::TCP" => 0,
"Test::Warnings" => 0,
"base" => 0
},
"VERSION" => "0.14",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Class::Method::Modifiers" => 0,
"Data::UUID" => 0,
"DataDog::DogStatsd::Helper" => "0.05",
"Encode" => 0,
"Exporter" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"Future" => "0.36",
"Future::Mojo" => "0.004",
"Future::Utils" => 0,
"IO::Async::Loop::Mojo" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"JSON::MaybeUTF8" => 0,
"JSON::MaybeXS" => 0,
"Log::Any" => 0,
"Mojo::Base" => 0,
"Mojo::IOLoop" => 0,
"Mojo::Redis2" => 0,
"Mojo::Util" => 0,
"MojoX::JSON::RPC" => 0,
"MojoX::JSON::RPC::Client" => 0,
"MojoX::JSON::RPC::Service" => 0,
"Mojolicious" => "7.29",
"Net::EmptyPort" => 0,
"Path::Tiny" => 0,
"Scalar::Util" => 0,
"Syntax::Keyword::Try" => "0.04",
"Test::CheckDeps" => "0.010",
"Test::Fatal" => 0,
"Test::MockModule" => 0,
"Test::MockObject" => 0,
"Test::Mojo" => 0,
"Test::More" => "0.98",
"Test::Simple" => "0.44",
"Test::TCP" => 0,
"Test::Warnings" => 0,
"Unicode::Normalize" => "1.25",
"base" => 0,
"constant" => 0,
"curry" => "1.001",
"feature" => 0,
"indirect" => 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);