# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012.
use strict;
use warnings;
use 5.010000;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "track nested timing information",
"AUTHOR" => "Johan Lindstrom <Johan.Lindstrom\@broadbean.com>, Gianni Ceccarelli <gianni.ceccarelli\@broadbean.com>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Log-Timer",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.010000",
"NAME" => "Log::Timer",
"PREREQ_PM" => {
"Carp" => 0,
"Exporter" => 0,
"Guard" => 0,
"List::AllUtils" => 0,
"Log::Any" => 0,
"Statistics::Descriptive" => 0,
"Time::HiRes" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"Log::Any::Adapter" => 0,
"Test::More" => 0,
"Test::Most" => 0
},
"VERSION" => "1.0.1",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Carp" => 0,
"Exporter" => 0,
"Guard" => 0,
"List::AllUtils" => 0,
"Log::Any" => 0,
"Log::Any::Adapter" => 0,
"Statistics::Descriptive" => 0,
"Test::More" => 0,
"Test::Most" => 0,
"Time::HiRes" => 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);