Mojo-UserAgent-Mockable
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.024.
use strict;
use warnings;
use 5.014;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "A Mojo User-Agent that can record and play back requests without Internet connectivity, similar to LWP::UserAgent::Mockable",
"AUTHOR" => "Kit Peters <popefelix\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Mojo-UserAgent-Mockable",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.014",
"NAME" => "Mojo::UserAgent::Mockable",
"PREREQ_PM" => {
"Carp" => 0,
"Class::Load" => 0,
"English" => 0,
"JSON::MaybeXS" => 0,
"Mojo::Base" => 0,
"Mojo::JSON" => 0,
"Mojo::URL" => 0,
"Mojo::Util" => 0,
"Mojolicious" => "7.22",
"Path::Tiny" => 0,
"Safe::Isa" => 0,
"Scalar::Util" => 0,
"Try::Tiny" => 0,
"warnings" => 0,
"warnings::register" => 0
},
"TEST_REQUIRES" => {
"Array::Compare" => 0,
"Devel::Hide" => 0,
"Exporter" => 0,
"File::Compare" => 0,
"File::Spec" => 0,
"File::Temp" => 0,
"File::stat" => 0,
"FindBin" => 0,
"IO::Socket::SSL" => "2.009",
"Module::Util" => 0,
"Mojo::IOLoop" => 0,
"Mojo::Message::Request" => 0,
"Mojo::Message::Response" => 0,
"Mojo::Parameters" => 0,
"Mojo::Server::Daemon" => 0,
"Mojo::Transaction::HTTP" => 0,
"Mojo::UserAgent" => 0,
"Mojolicious::Lite" => 0,
"Mojolicious::Plugin::BasicAuthPlus" => 0,
"Pod::Coverage::TrustPod" => 0,
"Test::Exception" => 0,
"Test::JSON" => 0,
"Test::Mojo" => 0,
"Test::Moose" => 0,
"Test::More" => 0,
"Test::Most" => 0,
"Test::Pod" => 0,
"Test::Pod::Coverage" => 0,
"Time::HiRes" => 0,
"base" => 0,
"lib" => 0
},
"VERSION" => "1.59",
"test" => {
"TESTS" => "t/*.t t/request_compare/*.t t/serializer/*.t"
}
);
my %FallbackPrereqs = (
"Array::Compare" => 0,
"Carp" => 0,
"Class::Load" => 0,
"Devel::Hide" => 0,
"English" => 0,
"Exporter" => 0,
"File::Compare" => 0,
"File::Spec" => 0,
"File::Temp" => 0,
"File::stat" => 0,
"FindBin" => 0,
"IO::Socket::SSL" => "2.009",
"JSON::MaybeXS" => 0,
"Module::Util" => 0,
"Mojo::Base" => 0,
"Mojo::IOLoop" => 0,
"Mojo::JSON" => 0,
"Mojo::Message::Request" => 0,
"Mojo::Message::Response" => 0,
"Mojo::Parameters" => 0,
"Mojo::Server::Daemon" => 0,
"Mojo::Transaction::HTTP" => 0,
"Mojo::URL" => 0,
"Mojo::UserAgent" => 0,
"Mojo::Util" => 0,
"Mojolicious" => "7.22",
"Mojolicious::Lite" => 0,
"Mojolicious::Plugin::BasicAuthPlus" => 0,
"Path::Tiny" => 0,
"Pod::Coverage::TrustPod" => 0,
"Safe::Isa" => 0,
"Scalar::Util" => 0,
"Test::Exception" => 0,
"Test::JSON" => 0,
"Test::Mojo" => 0,
"Test::Moose" => 0,
"Test::More" => 0,
"Test::Most" => 0,
"Test::Pod" => 0,
"Test::Pod::Coverage" => 0,
"Time::HiRes" => 0,
"Try::Tiny" => 0,
"base" => 0,
"lib" => 0,
"warnings" => 0,
"warnings::register" => 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);
( run in 1.320 second using v1.01-cache-2.11-cpan-39bf76dae61 )