# Note: this file was auto-generated by Module::Build::Compat version 0.4003 require 5.006; use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Log::Log4perl::Layout::PatternLayout::Redact', 'VERSION_FROM' => 'lib/Log/Log4perl/Layout/PatternLayout/Redact.pm', 'PREREQ_PM' => { 'Carp' => 0, 'Carp::Parse::Redact' => '1.001000', 'Data::Dumper' => 0, 'Data::Validate::Type' => 0, 'File::Spec' => 0, 'File::Temp' => 0, 'Log::Log4perl' => 0, 'Perl6::Slurp' => 0, 'Test::Exception' => 0, 'Test::More' => 0, 'Try::Tiny' => 0 }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {}, 'test' => { 'TESTS' => 't/*.t' } ) ;