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.008;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "This is the Git.pm, plus the other files in the perl/Git directory, from github's git/git.",
  "AUTHOR" => "Really Just Maintainer <msouth\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Git",
  "LICENSE" => "gpl",
  "MIN_PERL_VERSION" => "5.008",
  "NAME" => "Git",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Cwd" => 0,
    "Error" => 0,
    "Fcntl" => 0,
    "IPC::Open2" => 0,
    "Time::Local" => 0
  },
  "VERSION" => "0.42",
  "test" => {
    "TESTS" => ""
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Cwd" => 0,
  "Error" => 0,
  "Fcntl" => 0,
  "IPC::Open2" => 0,
  "Time::Local" => 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);