The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.007.
use strict;
use warnings;

use 5.008000;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "A client for the Bugzilla web services API.",
  "AUTHOR" => "Dean Hamstead <dean\@bytefoundry.com.au>, Jochen Wiedmann <jochen.wiedmann\@gmail.com>",
  "BUILD_REQUIRES" => {
    "Module::Build" => "0.28"
  },
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "Module::Build" => "0.28"
  },
  "DISTNAME" => "BZ-Client",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.008000",
  "NAME" => "BZ::Client",
  "PREREQ_PM" => {
    "DateTime::Format::ISO8601" => 0,
    "DateTime::Format::Strptime" => 0,
    "DateTime::TimeZone" => 0,
    "Encode" => 0,
    "File::Basename" => 0,
    "File::Spec" => 0,
    "HTTP::CookieJar" => 0,
    "HTTP::Tiny" => 0,
    "MIME::Base64" => 0,
    "URI" => 0,
    "XML::Parser" => 0,
    "XML::Writer" => 0,
    "parent" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Clone" => 0,
    "Data::Dumper" => 0,
    "DateTime" => 0,
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "IO::Socket::SSL" => 0,
    "Test::More" => 0,
    "Test::RequiresInternet" => 0,
    "Text::Password::Pronounceable" => 0
  },
  "VERSION" => "4.4002",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Clone" => 0,
  "Data::Dumper" => 0,
  "DateTime" => 0,
  "DateTime::Format::ISO8601" => 0,
  "DateTime::Format::Strptime" => 0,
  "DateTime::TimeZone" => 0,
  "Encode" => 0,
  "ExtUtils::MakeMaker" => 0,
  "File::Basename" => 0,
  "File::Spec" => 0,
  "HTTP::CookieJar" => 0,
  "HTTP::Tiny" => 0,
  "IO::Socket::SSL" => 0,
  "MIME::Base64" => 0,
  "Module::Build" => "0.28",
  "Test::More" => 0,
  "Test::RequiresInternet" => 0,
  "Text::Password::Pronounceable" => 0,
  "URI" => 0,
  "XML::Parser" => 0,
  "XML::Writer" => 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);