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

use 5.014;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Run commands on a bunch of git repositories without having to deal with git subrepositories.",
  "AUTHOR" => "Alastair McGowan-Douglas <altreus\@perl.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "App-Multigit",
  "EXE_FILES" => [
    "script/mg",
    "script/mg-each",
    "script/mg-env",
    "script/mg-grep",
    "script/mg-init",
    "script/mg-root",
    "script/mg-st"
  ],
  "LICENSE" => "artistic_2",
  "MIN_PERL_VERSION" => "5.014",
  "NAME" => "App::Multigit",
  "PREREQ_PM" => {
    "Capture::Tiny" => 0,
    "Config::INI" => "0.025",
    "Cwd" => "3.47",
    "File::Find::Rule" => 0,
    "File::Which" => "1.09",
    "Future" => "0.3",
    "Getopt::Long" => "2.42",
    "HTTP::Tiny" => 0,
    "IO::Async" => "0.67",
    "IPC::Run" => 0,
    "List::UtilsBy" => "0.09",
    "Moo" => "2.000001",
    "Path::Class" => "0.35",
    "Pod::Usage" => 0,
    "Try::Tiny" => "0.22",
    "curry" => 1
  },
  "VERSION" => "0.18",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Capture::Tiny" => 0,
  "Config::INI" => "0.025",
  "Cwd" => "3.47",
  "File::Find::Rule" => 0,
  "File::Which" => "1.09",
  "Future" => "0.3",
  "Getopt::Long" => "2.42",
  "HTTP::Tiny" => 0,
  "IO::Async" => "0.67",
  "IPC::Run" => 0,
  "List::UtilsBy" => "0.09",
  "Moo" => "2.000001",
  "Path::Class" => "0.35",
  "Pod::Usage" => 0,
  "Try::Tiny" => "0.22",
  "curry" => 1
);


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);