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 v6.009.
use strict;
use warnings;

use 5.008;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Layout a log message as a JSON hash, including MDC data",
  "AUTHOR" => "Michael Schout <mschout\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Log-Log4perl-Layout-JSON",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.008",
  "NAME" => "Log::Log4perl::Layout::JSON",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Class::Tiny" => 0,
    "JSON::MaybeXS" => 0,
    "Log::Log4perl" => 0,
    "Log::Log4perl::Layout" => 0,
    "Log::Log4perl::Layout::PatternLayout" => 0,
    "Log::Log4perl::Level" => 0,
    "parent" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Encode" => 0,
    "Log::Log4perl::MDC" => 0,
    "Test::Compile" => 0,
    "Test::Most" => 0,
    "utf8" => 0
  },
  "VERSION" => "0.52",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Class::Tiny" => 0,
  "Encode" => 0,
  "JSON::MaybeXS" => 0,
  "Log::Log4perl" => 0,
  "Log::Log4perl::Layout" => 0,
  "Log::Log4perl::Layout::PatternLayout" => 0,
  "Log::Log4perl::Level" => 0,
  "Log::Log4perl::MDC" => 0,
  "Test::Compile" => 0,
  "Test::Most" => 0,
  "parent" => 0,
  "strict" => 0,
  "utf8" => 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);