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 5.014000;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Command line tools to generate and update Travis and AppVeyor configs for Perl libraries",
  "AUTHOR" => "Mark Fowler <mark\@twoshortplanks.com>, Dave Rolsky <autarch\@urth.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "App-CISetup",
  "EXE_FILES" => [
    "bin/setup-appveyor-yml.pl",
    "bin/setup-travis-yml.pl"
  ],
  "LICENSE" => "artistic_2",
  "MIN_PERL_VERSION" => "5.014000",
  "NAME" => "App::CISetup",
  "PREREQ_PM" => {
    "File::Which" => 0,
    "File::pushd" => 0,
    "Git::Sub" => 0,
    "IPC::Run3" => 0,
    "IPC::System::Simple" => 0,
    "List::AllUtils" => 0,
    "Moose" => 0,
    "Moose::Role" => 0,
    "MooseX::Getopt::Dashes" => 0,
    "MooseX::Getopt::OptionTypeMap" => 0,
    "MooseX::StrictConstructor" => 0,
    "MooseX::Types::Combine" => 0,
    "MooseX::Types::Path::Tiny" => 0,
    "Path::Iterator::Rule" => 0,
    "Path::Tiny" => 0,
    "Try::Tiny" => 0,
    "YAML" => 0,
    "autodie" => 0,
    "namespace::autoclean" => 0,
    "parent" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Cwd" => 0,
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "Test2::Plugin::NoWarnings" => "0.06",
    "Test2::V0" => 0,
    "Test::Class::Moose" => 0,
    "Test::Class::Moose::CLI" => 0,
    "Test::More" => "1.302015"
  },
  "VERSION" => "0.10",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Cwd" => 0,
  "ExtUtils::MakeMaker" => 0,
  "File::Spec" => 0,
  "File::Which" => 0,
  "File::pushd" => 0,
  "Git::Sub" => 0,
  "IPC::Run3" => 0,
  "IPC::System::Simple" => 0,
  "List::AllUtils" => 0,
  "Moose" => 0,
  "Moose::Role" => 0,
  "MooseX::Getopt::Dashes" => 0,
  "MooseX::Getopt::OptionTypeMap" => 0,
  "MooseX::StrictConstructor" => 0,
  "MooseX::Types::Combine" => 0,
  "MooseX::Types::Path::Tiny" => 0,
  "Path::Iterator::Rule" => 0,
  "Path::Tiny" => 0,
  "Test2::Plugin::NoWarnings" => "0.06",
  "Test2::V0" => 0,
  "Test::Class::Moose" => 0,
  "Test::Class::Moose::CLI" => 0,
  "Test::More" => "1.302015",
  "Try::Tiny" => 0,
  "YAML" => 0,
  "autodie" => 0,
  "namespace::autoclean" => 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);