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.014001;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "CLI interpreter based on Term::ReadLine",
  "AUTHOR" => "Steven Bakker <sbakker\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Term-CLI",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.014001",
  "NAME" => "Term::CLI",
  "PREREQ_PM" => {
    "Exporter" => 0,
    "File::Which" => 0,
    "FindBin" => 0,
    "Getopt::Long" => 0,
    "List::Util" => 0,
    "Locale::Maketext" => 0,
    "Locale::Maketext::Lexicon::Gettext" => 0,
    "Modern::Perl" => 0,
    "Moo" => 0,
    "Moo::Role" => 0,
    "POSIX" => 0,
    "Pod::Text::Termcap" => 0,
    "Scalar::Util" => 0,
    "Term::ReadLine" => 0,
    "Term::ReadLine::Gnu" => 0,
    "Text::ParseWords" => 0,
    "Types::Standard" => 0,
    "namespace::clean" => 0,
    "parent" => 0,
    "subs" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "File::Temp" => 0,
    "Pod::Coverage::TrustPod" => 0,
    "Test::Class" => 0,
    "Test::Compile" => 0,
    "Test::Exception" => 0,
    "Test::More" => 0,
    "Test::Output" => 0,
    "Test::Pod" => 0,
    "Test::Pod::Coverage" => 0,
    "strict" => 0
  },
  "VERSION" => "0.04004",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Exporter" => 0,
  "File::Temp" => 0,
  "File::Which" => 0,
  "FindBin" => 0,
  "Getopt::Long" => 0,
  "List::Util" => 0,
  "Locale::Maketext" => 0,
  "Locale::Maketext::Lexicon::Gettext" => 0,
  "Modern::Perl" => 0,
  "Moo" => 0,
  "Moo::Role" => 0,
  "POSIX" => 0,
  "Pod::Coverage::TrustPod" => 0,
  "Pod::Text::Termcap" => 0,
  "Scalar::Util" => 0,
  "Term::ReadLine" => 0,
  "Term::ReadLine::Gnu" => 0,
  "Test::Class" => 0,
  "Test::Compile" => 0,
  "Test::Exception" => 0,
  "Test::More" => 0,
  "Test::Output" => 0,
  "Test::Pod" => 0,
  "Test::Pod::Coverage" => 0,
  "Text::ParseWords" => 0,
  "Types::Standard" => 0,
  "namespace::clean" => 0,
  "parent" => 0,
  "strict" => 0,
  "subs" => 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);