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 ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "be more like MSCHOUT -- use the modules he does!",
  "AUTHOR" => "Michael Schout <mschout\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Task-BeLike-MSCHOUT",
  "LICENSE" => "perl",
  "NAME" => "Task::BeLike::MSCHOUT",
  "PREREQ_PM" => {
    "App::Ack" => "1.82",
    "App::Nopaste" => "0.28",
    "App::cpanminus" => 0,
    "App::cpanoutdated" => 0,
    "Archive::Zip" => 0,
    "BackPAN::Index" => 0,
    "CSS::Minifier" => 0,
    "CSS::Minifier::XS" => 0,
    "Config::Auto" => 0,
    "DBD::SQLite" => 0,
    "DBI" => 0,
    "Devel::NYTProf" => 0,
    "Dist::Zilla::Plugin::CopyFilesFromBuild" => 0,
    "Dist::Zilla::Plugin::GitHub" => 0,
    "Dist::Zilla::Plugin::Twitter" => 0,
    "Dist::Zilla::PluginBundle::MSCHOUT" => 0,
    "File::Find::Rule" => 0,
    "Function::Parameters" => 0,
    "Git::CPAN::Patch" => 0,
    "Gravatar::URL" => 0,
    "IO::Socket::SSL" => 0,
    "IPC::System::Simple" => 0,
    "JavaScript::Minifier" => 0,
    "JavaScript::Minifier::XS" => 0,
    "LWP" => 0,
    "LWP::Protocol::https" => 0,
    "List::MoreUtils" => 0,
    "Method::Signatures" => 0,
    "Modern::Perl" => 0,
    "Moo" => 0,
    "Moose" => 0,
    "Moose::Autobox" => 0,
    "MooseX::App" => 0,
    "Mouse" => 0,
    "Perl6::Junction" => 0,
    "Perl::Tidy" => 0,
    "Pod::Coverage::TrustPod" => 0,
    "SQL::Beautify" => 0,
    "String::Truncate" => 0,
    "Syntax::Feature::Try" => 0,
    "Template::Test" => 0,
    "Test::Pod::Coverage" => 0,
    "URI" => 0,
    "Vimana" => 0,
    "WWW::Shorten" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Test::More" => 0
  },
  "VERSION" => "1.171510",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "App::Ack" => "1.82",
  "App::Nopaste" => "0.28",
  "App::cpanminus" => 0,
  "App::cpanoutdated" => 0,
  "Archive::Zip" => 0,
  "BackPAN::Index" => 0,
  "CSS::Minifier" => 0,
  "CSS::Minifier::XS" => 0,
  "Config::Auto" => 0,
  "DBD::SQLite" => 0,
  "DBI" => 0,
  "Devel::NYTProf" => 0,
  "Dist::Zilla::Plugin::CopyFilesFromBuild" => 0,
  "Dist::Zilla::Plugin::GitHub" => 0,
  "Dist::Zilla::Plugin::Twitter" => 0,
  "Dist::Zilla::PluginBundle::MSCHOUT" => 0,
  "File::Find::Rule" => 0,
  "Function::Parameters" => 0,
  "Git::CPAN::Patch" => 0,
  "Gravatar::URL" => 0,
  "IO::Socket::SSL" => 0,
  "IPC::System::Simple" => 0,
  "JavaScript::Minifier" => 0,
  "JavaScript::Minifier::XS" => 0,
  "LWP" => 0,
  "LWP::Protocol::https" => 0,
  "List::MoreUtils" => 0,
  "Method::Signatures" => 0,
  "Modern::Perl" => 0,
  "Moo" => 0,
  "Moose" => 0,
  "Moose::Autobox" => 0,
  "MooseX::App" => 0,
  "Mouse" => 0,
  "Perl6::Junction" => 0,
  "Perl::Tidy" => 0,
  "Pod::Coverage::TrustPod" => 0,
  "SQL::Beautify" => 0,
  "String::Truncate" => 0,
  "Syntax::Feature::Try" => 0,
  "Template::Test" => 0,
  "Test::More" => 0,
  "Test::Pod::Coverage" => 0,
  "URI" => 0,
  "Vimana" => 0,
  "WWW::Shorten" => 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);