# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.037.
use strict;
use 5.006;
my %WriteMakefileArgs = (
"ABSTRACT" => "Time zone object base class and factory",
"AUTHOR" => "Dave Rolsky <autarch\@urth.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "DateTime-TimeZone",
"EXE_FILES" => [],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.006",
"NAME" => "DateTime::TimeZone",
"PREREQ_PM" => {
"Class::Singleton" => "1.03",
"Cwd" => 3,
"File::Basename" => 0,
"File::Compare" => 0,
"File::Find" => 0,
"File::Spec" => 0,
"List::AllUtils" => 0,
"List::Util" => 0,
"Module::Runtime" => 0,
"Params::Validate" => "0.72",
"Try::Tiny" => 0,
"constant" => 0,
"parent" => 0,
"strict" => 0,
"vars" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"File::Copy" => 0,
"File::Path" => 0,
"File::Spec" => 0,
"File::Spec::Functions" => 0,
"File::Temp" => 0,
"Storable" => 0,
"Sys::Hostname" => 0,
"Test::Fatal" => 0,
"Test::More" => "0.96",
"Test::Requires" => 0,
"base" => 0,
"lib" => 0,
"overload" => 0
},
"VERSION" => "1.92",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Class::Singleton" => "1.03",
"Cwd" => 3,
"ExtUtils::MakeMaker" => 0,
"File::Basename" => 0,
"File::Compare" => 0,
"File::Copy" => 0,
"File::Find" => 0,
"File::Path" => 0,
"File::Spec" => 0,
"File::Spec::Functions" => 0,
"File::Temp" => 0,
"List::AllUtils" => 0,
"List::Util" => 0,
"Module::Runtime" => 0,
"Params::Validate" => "0.72",
"Storable" => 0,
"Sys::Hostname" => 0,
"Test::Fatal" => 0,
"Test::More" => "0.96",
"Test::Requires" => 0,
"Try::Tiny" => 0,
"base" => 0,
"constant" => 0,
"lib" => 0,
"overload" => 0,
"parent" => 0,
"strict" => 0,
"vars" => 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) };
if ( $^O eq 'MSWin32' ) {
$WriteMakefileArgs{PREREQ_PM}{'DateTime::TimeZone::Local::Win32'} = '1.83';
}
WriteMakefile(%WriteMakefileArgs);