# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.010.
use strict;
use warnings;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "make and use LWP mocks, distilled to their essence",
"AUTHOR" => "Sam Kington <skington\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Test-Mock-LWP-Distilled",
"LICENSE" => "perl",
"NAME" => "Test::Mock::LWP::Distilled",
"PREREQ_PM" => {
"Carp" => 0,
"Data::Compare" => 0,
"Data::Dumper" => 0,
"English" => 0,
"JSON::MaybeXS" => 0,
"Moo::Role" => 0,
"Path::Class" => 0,
"Types::Standard" => 0
},
"TEST_REQUIRES" => {
"Capture::Tiny" => 0,
"Cwd" => 0,
"File::Spec::Functions" => 0,
"File::Temp" => 0,
"HTTP::Response" => 0,
"HTTP::Status" => 0,
"LWP::UserAgent" => 0,
"Moo" => 0,
"Test2::Tools::Compare" => 0,
"Test::Fatal" => 0,
"Test::More" => 0,
"Test::Pod" => 0,
"Test::Pod::Coverage" => "1.08",
"lib::abs" => 0,
"strict" => 0,
"warnings" => 0
},
"VERSION" => "0.001_02",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Capture::Tiny" => 0,
"Carp" => 0,
"Cwd" => 0,
"Data::Compare" => 0,
"Data::Dumper" => 0,
"English" => 0,
"File::Spec::Functions" => 0,
"File::Temp" => 0,
"HTTP::Response" => 0,
"HTTP::Status" => 0,
"JSON::MaybeXS" => 0,
"LWP::UserAgent" => 0,
"Moo" => 0,
"Moo::Role" => 0,
"Path::Class" => 0,
"Test2::Tools::Compare" => 0,
"Test::Fatal" => 0,
"Test::More" => 0,
"Test::Pod" => 0,
"Test::Pod::Coverage" => "1.08",
"Types::Standard" => 0,
"lib::abs" => 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);