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

use 5.020000;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "plugin system for the Taskwarrior task manager",
  "AUTHOR" => "Yanick Champoux <yanick\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Taskwarrior-Kusarigama",
  "EXE_FILES" => [
    "bin/task-kusarigama"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.020000",
  "NAME" => "Taskwarrior::Kusarigama",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Clone" => 0,
    "DateTime::Functions" => 0,
    "File::HomeDir" => 0,
    "Hash::Diff" => 0,
    "Hash::Merge" => 0,
    "IO::Prompt::Simple" => 0,
    "IPC::Open3" => 0,
    "IPC::Run3" => 0,
    "JSON" => 0,
    "List::AllUtils" => 0,
    "List::MoreUtils" => 0,
    "List::Util" => 0,
    "List::UtilsBy" => 0,
    "Module::Runtime" => 0,
    "Moo" => 0,
    "Moo::Role" => 0,
    "MooseX::App" => 0,
    "MooseX::App::Command" => 0,
    "MooseX::MungeHas" => 0,
    "Net::GitHub" => 0,
    "Path::Tiny" => 0,
    "Prompt::ReadKey" => 0,
    "Set::Object" => 0,
    "Symbol" => 0,
    "Template::Mustache" => 0,
    "Term::ANSIScreen" => 0,
    "Try::Tiny" => 0,
    "experimental" => 0,
    "namespace::clean" => 0,
    "overload" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "Test::Deep" => 0,
    "Test::MockObject" => 0,
    "Test::MockObject::Extends" => 0,
    "Test::More" => 0
  },
  "VERSION" => "0.8.0",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Clone" => 0,
  "DateTime::Functions" => 0,
  "ExtUtils::MakeMaker" => 0,
  "File::HomeDir" => 0,
  "File::Spec" => 0,
  "Hash::Diff" => 0,
  "Hash::Merge" => 0,
  "IO::Handle" => 0,
  "IO::Prompt::Simple" => 0,
  "IPC::Open3" => 0,
  "IPC::Run3" => 0,
  "JSON" => 0,
  "List::AllUtils" => 0,
  "List::MoreUtils" => 0,
  "List::Util" => 0,
  "List::UtilsBy" => 0,
  "Module::Runtime" => 0,
  "Moo" => 0,
  "Moo::Role" => 0,
  "MooseX::App" => 0,
  "MooseX::App::Command" => 0,
  "MooseX::MungeHas" => 0,
  "Net::GitHub" => 0,
  "Path::Tiny" => 0,
  "Prompt::ReadKey" => 0,
  "Set::Object" => 0,
  "Symbol" => 0,
  "Template::Mustache" => 0,
  "Term::ANSIScreen" => 0,
  "Test::Deep" => 0,
  "Test::MockObject" => 0,
  "Test::MockObject::Extends" => 0,
  "Test::More" => 0,
  "Try::Tiny" => 0,
  "experimental" => 0,
  "namespace::clean" => 0,
  "overload" => 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);