The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# Note: this file was auto-generated by Module::Build::Compat version 0.4204
require 5.008;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Log::Deep',
  'VERSION_FROM' => 'lib/Log/Deep.pm',
  'PREREQ_PM' => {
                   'Clone' => '0.29',
                   'Data::Dump::Streamer' => '2.08',
                   'List::MoreUtils' => 0,
                   'Moose' => 0,
                   'MooseX::Types::Path::Class' => 0,
                   'Path::Class' => 0,
                   'Readonly' => '1.03',
                   'Term::ANSIColor' => 0,
                   'Test::Exception' => 0,
                   'Test::More' => 0,
                   'Test::NoWarnings' => 0,
                   'Test::Warn' => 0,
                   'Time::HiRes' => '1.9711',
                   'version' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'bin/deep'
                 ],
  'PL_FILES' => {}
)
;