The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.042.
use strict;
use warnings;

use 5.006;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Add a log() method to Git::Repository",
  "AUTHOR" => "Philippe Bruhat (BooK) <book\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Git-Repository-Plugin-Log",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.006",
  "NAME" => "Git::Repository::Plugin::Log",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Git::Repository" => "1.309",
    "Git::Repository::Command" => 0,
    "Git::Repository::Plugin" => 0,
    "Scalar::Util" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Cwd" => 0,
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "File::Temp" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "Pod::Coverage::TrustPod" => "0.100003",
    "Test::CPAN::Meta" => "0.25",
    "Test::Git" => 0,
    "Test::More" => 0,
    "Test::Pod" => "1.51",
    "Test::Pod::Coverage" => "1.10",
    "Test::Requires::Git" => "1.005",
    "blib" => "1.01",
    "lib" => 0
  },
  "VERSION" => "1.314",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Cwd" => 0,
  "ExtUtils::MakeMaker" => 0,
  "File::Spec" => 0,
  "File::Temp" => 0,
  "Git::Repository" => "1.309",
  "Git::Repository::Command" => 0,
  "Git::Repository::Plugin" => 0,
  "IO::Handle" => 0,
  "IPC::Open3" => 0,
  "Pod::Coverage::TrustPod" => "0.100003",
  "Scalar::Util" => 0,
  "Test::CPAN::Meta" => "0.25",
  "Test::Git" => 0,
  "Test::More" => 0,
  "Test::Pod" => "1.51",
  "Test::Pod::Coverage" => "1.10",
  "Test::Requires::Git" => "1.005",
  "blib" => "1.01",
  "lib" => 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);