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

use 5.010001;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Manage gitbunch directory (directory which contain git repos)",
  "AUTHOR" => "perlancar <perlancar\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Git-Bunch",
  "EXE_FILES" => [
    "script/gitbunch"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.010001",
  "NAME" => "Git::Bunch",
  "PREREQ_PM" => {
    "App::reposdb" => 0,
    "App::rsync::new2old" => "0.005",
    "Capture::Tiny" => 0,
    "Cwd" => 0,
    "DBD::SQLite" => 0,
    "DBI" => 0,
    "Data::Sah::Coerce::perl::date::float_epoch" => 0,
    "Data::Sah::Coerce::perl::date::obj_DateTime" => 0,
    "Data::Sah::Coerce::perl::date::obj_TimeMoment" => 0,
    "Data::Sah::Coerce::perl::date::str_alami_en" => 0,
    "Data::Sah::Coerce::perl::date::str_iso8601" => 0,
    "Data::Sah::Compiler::perl::TH::array" => 0,
    "Data::Sah::Compiler::perl::TH::bool" => 0,
    "Data::Sah::Compiler::perl::TH::date" => 0,
    "Data::Sah::Compiler::perl::TH::str" => 0,
    "Exporter" => "5.57",
    "File::Path" => 0,
    "File::chdir" => 0,
    "IPC::System::Options" => "0.330",
    "List::Util" => "1.45",
    "Log::ger" => "0.023",
    "POSIX" => 0,
    "Perinci::CmdLine::Any" => "0.09",
    "Perinci::Sub::DepChecker" => 0,
    "String::ShellQuote" => 0,
    "UUID::Random" => 0,
    "experimental" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "File::Slurper" => 0,
    "File::Spec" => 0,
    "File::Temp" => 0,
    "File::Which" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "Probe::Perl" => 0,
    "Test::More" => "0.98",
    "autodie" => 0
  },
  "VERSION" => "0.622",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "App::reposdb" => 0,
  "App::rsync::new2old" => "0.005",
  "Capture::Tiny" => 0,
  "Cwd" => 0,
  "DBD::SQLite" => 0,
  "DBI" => 0,
  "Data::Sah::Coerce::perl::date::float_epoch" => 0,
  "Data::Sah::Coerce::perl::date::obj_DateTime" => 0,
  "Data::Sah::Coerce::perl::date::obj_TimeMoment" => 0,
  "Data::Sah::Coerce::perl::date::str_alami_en" => 0,
  "Data::Sah::Coerce::perl::date::str_iso8601" => 0,
  "Data::Sah::Compiler::perl::TH::array" => 0,
  "Data::Sah::Compiler::perl::TH::bool" => 0,
  "Data::Sah::Compiler::perl::TH::date" => 0,
  "Data::Sah::Compiler::perl::TH::str" => 0,
  "Exporter" => "5.57",
  "File::Path" => 0,
  "File::Slurper" => 0,
  "File::Spec" => 0,
  "File::Temp" => 0,
  "File::Which" => 0,
  "File::chdir" => 0,
  "IO::Handle" => 0,
  "IPC::Open3" => 0,
  "IPC::System::Options" => "0.330",
  "List::Util" => "1.45",
  "Log::ger" => "0.023",
  "POSIX" => 0,
  "Perinci::CmdLine::Any" => "0.09",
  "Perinci::Sub::DepChecker" => 0,
  "Probe::Perl" => 0,
  "String::ShellQuote" => 0,
  "Test::More" => "0.98",
  "UUID::Random" => 0,
  "autodie" => 0,
  "experimental" => 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);