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



use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "be like shawn artak",
  "AUTHOR" => "Shawn M Moore <code\@sartak.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Task-BeLike-SARTAK",
  "EXE_FILES" => [],
  "LICENSE" => "perl",
  "NAME" => "Task::BeLike::SARTAK",
  "PREREQ_PM" => {
    "App::ForkProve" => 0,
    "App::Nopaste" => 0,
    "App::httpstatus" => 0,
    "Archive::Tar::Wrapper" => "0.15",
    "CPAN::Uploader" => 0,
    "Carp::Always::Color" => 0,
    "DBD::SQLite" => 0,
    "Data::Dump::Streamer" => 0,
    "Data::Hash::Totals" => 0,
    "Devel::NYTProf" => 0,
    "Devel::StackTrace::WithLexicals" => 0,
    "Dist::Zilla" => 0,
    "Dist::Zilla::PluginBundle::DOY" => 0,
    "ExtUtils::MakeMaker::Dist::Zilla::Develop" => 0,
    "File::Rename" => 0,
    "File::ShareDir" => 0,
    "Getopt::Whatever" => 0,
    "IO::All" => 0,
    "IO::Pty" => 0,
    "IPC::System::Simple" => 0,
    "Lingua::JA::Moji" => 0,
    "Lingua::JA::Romanize::Japanese" => 0,
    "Lingua::JP::Kanjidic" => 0,
    "Module::Install" => 0,
    "Module::Install::AutoManifest" => 0,
    "Module::Install::GithubMeta" => 0,
    "Module::Install::ManifestSkip" => 0,
    "Module::Install::ReadmeFromPod" => 0,
    "Module::Versions::Report" => 0,
    "Pod::Cpandoc" => 0,
    "Signal::StackTrace::CarpLike" => 0,
    "Template::Declare" => 0,
    "Test::NoTabs" => 0,
    "Test::Pod" => 0,
    "Test::Pod::Coverage" => 0,
    "Test::Spelling" => 0,
    "Test::Without::Module" => 0,
    "Text::MeCab" => 0,
    "Text::MultiMarkdown" => 0,
    "Unicode::Tussle" => 0,
    "V" => 0,
    "Web::Scraper" => 0,
    "autovivification" => 0,
    "circular::require" => 0,
    "indirect" => 0,
    "lib::require::all" => 0,
    "utf8::all" => 0
  },
  "TEST_REQUIRES" => {
    "File::Spec" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "Test::More" => 0
  },
  "VERSION" => "0.06",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "App::ForkProve" => 0,
  "App::Nopaste" => 0,
  "App::httpstatus" => 0,
  "Archive::Tar::Wrapper" => "0.15",
  "CPAN::Uploader" => 0,
  "Carp::Always::Color" => 0,
  "DBD::SQLite" => 0,
  "Data::Dump::Streamer" => 0,
  "Data::Hash::Totals" => 0,
  "Devel::NYTProf" => 0,
  "Devel::StackTrace::WithLexicals" => 0,
  "Dist::Zilla" => 0,
  "Dist::Zilla::PluginBundle::DOY" => 0,
  "ExtUtils::MakeMaker" => 0,
  "ExtUtils::MakeMaker::Dist::Zilla::Develop" => 0,
  "File::Rename" => 0,
  "File::ShareDir" => 0,
  "File::Spec" => 0,
  "Getopt::Whatever" => 0,
  "IO::All" => 0,
  "IO::Handle" => 0,
  "IO::Pty" => 0,
  "IPC::Open3" => 0,
  "IPC::System::Simple" => 0,
  "Lingua::JA::Moji" => 0,
  "Lingua::JA::Romanize::Japanese" => 0,
  "Lingua::JP::Kanjidic" => 0,
  "Module::Install" => 0,
  "Module::Install::AutoManifest" => 0,
  "Module::Install::GithubMeta" => 0,
  "Module::Install::ManifestSkip" => 0,
  "Module::Install::ReadmeFromPod" => 0,
  "Module::Versions::Report" => 0,
  "Pod::Cpandoc" => 0,
  "Signal::StackTrace::CarpLike" => 0,
  "Template::Declare" => 0,
  "Test::More" => 0,
  "Test::NoTabs" => 0,
  "Test::Pod" => 0,
  "Test::Pod::Coverage" => 0,
  "Test::Spelling" => 0,
  "Test::Without::Module" => 0,
  "Text::MeCab" => 0,
  "Text::MultiMarkdown" => 0,
  "Unicode::Tussle" => 0,
  "V" => 0,
  "Web::Scraper" => 0,
  "autovivification" => 0,
  "circular::require" => 0,
  "indirect" => 0,
  "lib::require::all" => 0,
  "utf8::all" => 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);