The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.3607
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',
                           'File::Slurp' => 0,
                           '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::Pod' => 0,
                           'Test::Pod::Coverage' => 0,
                           'Test::Spelling' => 0,
                           'Test::Warn' => 0,
                           'Time::HiRes' => '1.9711',
                           'version' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [
                           'bin/deep'
                         ],
          'PL_FILES' => {}
        )
;