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



use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Test all modules which depend on your module",
  "AUTHOR" => "Dave Rolsky <autarch\@urth.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Test-DependentModules",
  "LICENSE" => "artistic_2",
  "NAME" => "Test::DependentModules",
  "PREREQ_PM" => {
    "CPAN" => 0,
    "CPAN::Shell" => 0,
    "Capture::Tiny" => 0,
    "Cwd" => 0,
    "Exporter" => 0,
    "File::Path" => 0,
    "File::Spec" => 0,
    "File::Temp" => 0,
    "File::chdir" => 0,
    "IO::Handle::Util" => 0,
    "IPC::Run3" => 0,
    "Log::Dispatch" => 0,
    "MetaCPAN::Client" => 0,
    "Test::Builder" => 0,
    "Try::Tiny" => 0,
    "autodie" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::Copy::Recursive" => 0,
    "File::Spec" => 0,
    "Module::Build" => 0,
    "Module::Build::Tiny" => 0,
    "Test::More" => "0.96"
  },
  "VERSION" => "0.24",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "CPAN" => 0,
  "CPAN::Shell" => 0,
  "Capture::Tiny" => 0,
  "Cwd" => 0,
  "Exporter" => 0,
  "ExtUtils::MakeMaker" => 0,
  "File::Copy::Recursive" => 0,
  "File::Path" => 0,
  "File::Spec" => 0,
  "File::Temp" => 0,
  "File::chdir" => 0,
  "IO::Handle::Util" => 0,
  "IPC::Run3" => 0,
  "Log::Dispatch" => 0,
  "MetaCPAN::Client" => 0,
  "Module::Build" => 0,
  "Module::Build::Tiny" => 0,
  "Test::Builder" => 0,
  "Test::More" => "0.96",
  "Try::Tiny" => 0,
  "autodie" => 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);