The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.043.
use strict;
use warnings;

use 5.006;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "LWP tracing and debugging",
  "AUTHOR" => "Olaf Alders <olaf\@wundercounter.com>",
  "BUILD_REQUIRES" => {
    "Module::Build" => "0.28"
  },
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "Module::Build" => "0.28"
  },
  "DISTNAME" => "LWP-ConsoleLogger",
  "LICENSE" => "artistic_2",
  "MIN_PERL_VERSION" => "5.006",
  "NAME" => "LWP::ConsoleLogger",
  "PREREQ_PM" => {
    "Data::Printer" => "0.36",
    "DateTime" => 0,
    "HTML::Restrict" => 0,
    "HTTP::Body" => 0,
    "HTTP::CookieMonster" => 0,
    "JSON::MaybeXS" => "1.003005",
    "Log::Dispatch" => 0,
    "Module::Load::Conditional" => 0,
    "Moo" => 0,
    "MooX::StrictConstructor" => 0,
    "Parse::MIME" => 0,
    "String::Trim" => 0,
    "Sub::Exporter" => 0,
    "Term::Size::Any" => 0,
    "Text::SimpleTable::AutoWidth" => "0.09",
    "Try::Tiny" => 0,
    "Type::Tiny" => 0,
    "Types::Common::Numeric" => 0,
    "Types::Standard" => 0,
    "URI::Query" => 0,
    "URI::QueryParam" => 0,
    "XML::Simple" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "HTML::FormatText::WithLinks" => 0,
    "HTTP::Request" => 0,
    "LWP::UserAgent" => 0,
    "Log::Dispatch::Array" => 0,
    "Path::Tiny" => 0,
    "Plack::Handler::HTTP::Server::Simple" => "0.016",
    "Plack::Test" => 0,
    "Plack::Test::Agent" => 0,
    "Test::FailWarnings" => 0,
    "Test::Fatal" => 0,
    "Test::Most" => 0,
    "URI::file" => 0,
    "WWW::Mechanize" => 0
  },
  "VERSION" => "0.000023",
  "test" => {
    "TESTS" => "t/*.t t/LWP/*.t t/LWP/ConsoleLogger/*.t"
  }
);


my %FallbackPrereqs = (
  "Data::Printer" => "0.36",
  "DateTime" => 0,
  "HTML::FormatText::WithLinks" => 0,
  "HTML::Restrict" => 0,
  "HTTP::Body" => 0,
  "HTTP::CookieMonster" => 0,
  "HTTP::Request" => 0,
  "JSON::MaybeXS" => "1.003005",
  "LWP::UserAgent" => 0,
  "Log::Dispatch" => 0,
  "Log::Dispatch::Array" => 0,
  "Module::Build" => "0.28",
  "Module::Load::Conditional" => 0,
  "Moo" => 0,
  "MooX::StrictConstructor" => 0,
  "Parse::MIME" => 0,
  "Path::Tiny" => 0,
  "Plack::Handler::HTTP::Server::Simple" => "0.016",
  "Plack::Test" => 0,
  "Plack::Test::Agent" => 0,
  "String::Trim" => 0,
  "Sub::Exporter" => 0,
  "Term::Size::Any" => 0,
  "Test::FailWarnings" => 0,
  "Test::Fatal" => 0,
  "Test::Most" => 0,
  "Text::SimpleTable::AutoWidth" => "0.09",
  "Try::Tiny" => 0,
  "Type::Tiny" => 0,
  "Types::Common::Numeric" => 0,
  "Types::Standard" => 0,
  "URI::Query" => 0,
  "URI::QueryParam" => 0,
  "URI::file" => 0,
  "WWW::Mechanize" => 0,
  "XML::Simple" => 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);