# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.019.
use strict;
my %WriteMakefileArgs = (
"ABSTRACT" => "Catalyst style console debugging for plack apps",
"AUTHOR" => "Matthew Phillips <mattp\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => "6.30"
},
"DISTNAME" => "Plack-Middleware-DebugLogging",
"EXE_FILES" => [],
"LICENSE" => "perl",
"NAME" => "Plack::Middleware::DebugLogging",
"PREREQ_PM" => {
"Data::Dumper::Concise" => 0,
"Data::Serializer::Raw" => 0,
"HTTP::Message" => 0,
"Module::Runtime" => 0,
"Plack" => 0,
"Term::Size::Any" => 0,
"Text::SimpleTable" => 0,
"Try::Tiny" => 0
},
"TEST_REQUIRES" => {
"Test::More" => 0
},
"VERSION" => "0.001004",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Data::Dumper::Concise" => 0,
"Data::Serializer::Raw" => 0,
"HTTP::Message" => 0,
"Module::Runtime" => 0,
"Plack" => 0,
"Term::Size::Any" => 0,
"Test::More" => 0,
"Text::SimpleTable" => 0,
"Try::Tiny" => 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);