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.010.
use strict;
use warnings;

use 5.004;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Write a Changes file from a project's git log.",
  "AUTHOR" => "Rocco Caputo <rcaputo\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Dist-Zilla-Plugin-ChangelogFromGit",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.004",
  "NAME" => "Dist::Zilla::Plugin::ChangelogFromGit",
  "PREREQ_PM" => {
    "DateTime" => 0,
    "DateTime::Infinite" => 0,
    "Dist::Zilla::File::InMemory" => 0,
    "Dist::Zilla::Role::FileGatherer" => 0,
    "Git::Repository::Log::Iterator" => 0,
    "IPC::Cmd" => 0,
    "Moose" => 0,
    "Moose::Autobox" => 0,
    "Software::Release" => 0,
    "Software::Release::Change" => 0,
    "Text::Wrap" => 0
  },
  "TEST_REQUIRES" => {
    "Carp" => 0,
    "Scalar::Util" => 0,
    "Test::More" => "0.94",
    "strict" => 0,
    "warnings" => 0
  },
  "VERSION" => "0.017",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "DateTime" => 0,
  "DateTime::Infinite" => 0,
  "Dist::Zilla::File::InMemory" => 0,
  "Dist::Zilla::Role::FileGatherer" => 0,
  "Git::Repository::Log::Iterator" => 0,
  "IPC::Cmd" => 0,
  "Moose" => 0,
  "Moose::Autobox" => 0,
  "Scalar::Util" => 0,
  "Software::Release" => 0,
  "Software::Release::Change" => 0,
  "Test::More" => "0.94",
  "Text::Wrap" => 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);