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



use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Manage a FIFO queue of tasks to perform.",
  "AUTHOR" => "cPanel, Inc. <cpan\@cpanel.net>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "cPanel-TaskQueue",
  "EXE_FILES" => [
    "bin/taskqueuectl",
    "bin/taskqueued",
    "bin/taskqueuerun"
  ],
  "LICENSE" => "perl",
  "NAME" => "cPanel::TaskQueue",
  "PREREQ_PM" => {
    "Fcntl" => 0,
    "File::Path" => 0,
    "File::Spec" => 0,
    "Getopt::Long" => 0,
    "POSIX" => 0,
    "Scalar::Util" => 0,
    "Storable" => 0,
    "Term::ReadLine" => 0,
    "Text::Wrap" => 0,
    "Unix::PID" => "0.21",
    "YAML::Syck" => 0,
    "base" => 0,
    "parent" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Carp" => 0,
    "Cwd" => 0,
    "File::Temp" => 0,
    "FindBin" => 0,
    "Test::Exception" => 0,
    "Test::More" => 0,
    "lib" => 0
  },
  "VERSION" => "0.850",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Cwd" => 0,
  "Fcntl" => 0,
  "File::Path" => 0,
  "File::Spec" => 0,
  "File::Temp" => 0,
  "FindBin" => 0,
  "Getopt::Long" => 0,
  "POSIX" => 0,
  "Scalar::Util" => 0,
  "Storable" => 0,
  "Term::ReadLine" => 0,
  "Test::Exception" => 0,
  "Test::More" => 0,
  "Text::Wrap" => 0,
  "Unix::PID" => "0.21",
  "YAML::Syck" => 0,
  "base" => 0,
  "lib" => 0,
  "parent" => 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);