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" => "Pack your dependencies onto your script file",
  "AUTHOR" => "perlancar <perlancar\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "App-depak",
  "EXE_FILES" => [
    "script/depak"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.010001",
  "NAME" => "App::depak",
  "PREREQ_PM" => {
    "App::lcpan" => "1.017",
    "App::lcpan::Call" => "0.11",
    "App::tracepm" => "0.17",
    "Capture::Tiny" => 0,
    "Cwd" => 0,
    "Data::Sah::Compiler::perl::TH::array" => 0,
    "Data::Sah::Compiler::perl::TH::bool" => 0,
    "Data::Sah::Compiler::perl::TH::hash" => 0,
    "Data::Sah::Compiler::perl::TH::str" => 0,
    "Dist::Util" => 0,
    "ExtUtils::MakeMaker" => 0,
    "File::Copy" => 0,
    "File::Find" => 0,
    "File::MoreUtil" => 0,
    "File::Path" => 0,
    "File::Slurper" => 0,
    "File::Spec" => 0,
    "File::Temp" => 0,
    "File::chdir" => 0,
    "IPC::System::Options" => "0.27",
    "List::MoreUtils" => 0,
    "Log::ger" => "0.015",
    "Module::DataPack" => "0.21",
    "Module::FatPack" => "0.16",
    "Module::Path::More" => "0.32",
    "Module::XSOrPP" => 0,
    "Perinci::CmdLine::Lite" => "1.76",
    "Perinci::Sub::ArgEntity::dirname" => 0,
    "Perinci::Sub::ArgEntity::distname" => 0,
    "Perinci::Sub::ArgEntity::filename" => 0,
    "Perinci::Sub::ArgEntity::modulename" => 0,
    "experimental" => 0,
    "parent" => 0,
    "strict" => 0,
    "version" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "File::Spec" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "Test::More" => 0
  },
  "VERSION" => "0.57",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "App::lcpan" => "1.017",
  "App::lcpan::Call" => "0.11",
  "App::tracepm" => "0.17",
  "Capture::Tiny" => 0,
  "Cwd" => 0,
  "Data::Sah::Compiler::perl::TH::array" => 0,
  "Data::Sah::Compiler::perl::TH::bool" => 0,
  "Data::Sah::Compiler::perl::TH::hash" => 0,
  "Data::Sah::Compiler::perl::TH::str" => 0,
  "Dist::Util" => 0,
  "ExtUtils::MakeMaker" => 0,
  "File::Copy" => 0,
  "File::Find" => 0,
  "File::MoreUtil" => 0,
  "File::Path" => 0,
  "File::Slurper" => 0,
  "File::Spec" => 0,
  "File::Temp" => 0,
  "File::chdir" => 0,
  "IO::Handle" => 0,
  "IPC::Open3" => 0,
  "IPC::System::Options" => "0.27",
  "List::MoreUtils" => 0,
  "Log::ger" => "0.015",
  "Module::DataPack" => "0.21",
  "Module::FatPack" => "0.16",
  "Module::Path::More" => "0.32",
  "Module::XSOrPP" => 0,
  "Perinci::CmdLine::Lite" => "1.76",
  "Perinci::Sub::ArgEntity::dirname" => 0,
  "Perinci::Sub::ArgEntity::distname" => 0,
  "Perinci::Sub::ArgEntity::filename" => 0,
  "Perinci::Sub::ArgEntity::modulename" => 0,
  "Test::More" => 0,
  "experimental" => 0,
  "parent" => 0,
  "strict" => 0,
  "version" => 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);