The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# This Makefile.PL for DateTime-TimeZone-Local-Win32 was generated by
# Dist::Zilla::Plugin::MakeMaker::Awesome 0.35.
# Don't edit it but the dist.ini and plugins used to construct it.

use strict;
use warnings;

use ExtUtils::MakeMaker;

die "OS unsupported\n" unless $^O eq 'MSWin32';

my %WriteMakefileArgs = (
  "ABSTRACT" => "Determine the local system's time zone on Windows",
  "AUTHOR" => "David Pinkowitz <dapink\@cpan.org>, Dave Rolsky <autarch\@urth.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "DateTime-TimeZone-Local-Win32",
  "LICENSE" => "perl",
  "NAME" => "DateTime::TimeZone::Local::Win32",
  "PREREQ_PM" => {
    "Try::Tiny" => 0,
    "Win32::TieRegistry" => "0.27",
    "parent" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::Basename" => 0,
    "File::Spec" => 0,
    "Sys::Hostname" => 0,
    "Test::More" => "0.88",
    "constant" => 0,
    "lib" => 0
  },
  "VERSION" => "1.97",
  "test" => {
    "TESTS" => "t/*.t"
  }
);

my %FallbackPrereqs = (
  "ExtUtils::MakeMaker" => 0,
  "File::Basename" => 0,
  "File::Spec" => 0,
  "Sys::Hostname" => 0,
  "Test::More" => "0.88",
  "Try::Tiny" => 0,
  "Win32::TieRegistry" => "0.27",
  "constant" => 0,
  "lib" => 0,
  "parent" => 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);