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

use 5.010;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Tapper - tapper-* commandline tools",
  "AUTHOR" => "AMD OSRC Tapper Team <tapper\@amd64.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Tapper-CLI",
  "EXE_FILES" => [
    "bin/tapper",
    "bin/tapper-api",
    "bin/tapper-db-deploy"
  ],
  "LICENSE" => "open_source",
  "MIN_PERL_VERSION" => "5.010",
  "NAME" => "Tapper::CLI",
  "PREREQ_PM" => {
    "App::Cmd" => 0,
    "App::Cmd::Command" => 0,
    "App::Rad" => 0,
    "BenchmarkAnything::Storage::Frontend::Tools" => 0,
    "Compress::Bzip2" => 0,
    "DBIx::Class::QueryLog" => 0,
    "DBIx::Class::QueryLog::Analyzer" => 0,
    "Data::Dumper" => 0,
    "DateTime" => 0,
    "DateTime::Format::Natural" => 0,
    "English" => 0,
    "Exporter" => 0,
    "File::ShareDir" => 0,
    "File::Slurp" => 0,
    "IO::Socket" => 0,
    "JSON::XS" => 0,
    "Module::Load" => 0,
    "Moose" => 0,
    "Perl6::Junction" => 0,
    "Tapper::Cmd" => "5.0.5",
    "Tapper::Cmd::Cobbler" => 0,
    "Tapper::Cmd::DbDeploy" => 0,
    "Tapper::Cmd::Init" => 0,
    "Tapper::Cmd::Notification" => 0,
    "Tapper::Cmd::Precondition" => 0,
    "Tapper::Cmd::Queue" => 0,
    "Tapper::Cmd::Requested" => 0,
    "Tapper::Cmd::Scenario" => 0,
    "Tapper::Cmd::Testplan" => 0,
    "Tapper::Cmd::Testrun" => 0,
    "Tapper::Cmd::User" => 0,
    "Tapper::Config" => "5.0.2",
    "Tapper::Model" => "5.0.1",
    "Tapper::Schema" => "5.0.6",
    "Tapper::Schema::TestrunDB" => 0,
    "Template" => 0,
    "Try::Tiny" => 0,
    "UNIVERSAL" => 0,
    "YAML::Syck" => 0,
    "YAML::XS" => 0,
    "feature" => 0,
    "if" => 0,
    "parent" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Class::C3" => 0,
    "MRO::Compat" => 0,
    "Tapper::Schema::TestTools" => 0,
    "Test::Deep" => 0,
    "Test::Fixture::DBIC::Schema" => 0,
    "Test::More" => 0
  },
  "VERSION" => "5.0.4",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "App::Cmd" => 0,
  "App::Cmd::Command" => 0,
  "App::Rad" => 0,
  "BenchmarkAnything::Storage::Frontend::Tools" => 0,
  "Class::C3" => 0,
  "Compress::Bzip2" => 0,
  "DBIx::Class::QueryLog" => 0,
  "DBIx::Class::QueryLog::Analyzer" => 0,
  "Data::Dumper" => 0,
  "DateTime" => 0,
  "DateTime::Format::Natural" => 0,
  "English" => 0,
  "Exporter" => 0,
  "File::ShareDir" => 0,
  "File::Slurp" => 0,
  "IO::Socket" => 0,
  "JSON::XS" => 0,
  "MRO::Compat" => 0,
  "Module::Load" => 0,
  "Moose" => 0,
  "Perl6::Junction" => 0,
  "Tapper::Cmd" => "5.0.5",
  "Tapper::Cmd::Cobbler" => 0,
  "Tapper::Cmd::DbDeploy" => 0,
  "Tapper::Cmd::Init" => 0,
  "Tapper::Cmd::Notification" => 0,
  "Tapper::Cmd::Precondition" => 0,
  "Tapper::Cmd::Queue" => 0,
  "Tapper::Cmd::Requested" => 0,
  "Tapper::Cmd::Scenario" => 0,
  "Tapper::Cmd::Testplan" => 0,
  "Tapper::Cmd::Testrun" => 0,
  "Tapper::Cmd::User" => 0,
  "Tapper::Config" => "5.0.2",
  "Tapper::Model" => "5.0.1",
  "Tapper::Schema" => "5.0.6",
  "Tapper::Schema::TestTools" => 0,
  "Tapper::Schema::TestrunDB" => 0,
  "Template" => 0,
  "Test::Deep" => 0,
  "Test::Fixture::DBIC::Schema" => 0,
  "Test::More" => 0,
  "Try::Tiny" => 0,
  "UNIVERSAL" => 0,
  "YAML::Syck" => 0,
  "YAML::XS" => 0,
  "feature" => 0,
  "if" => 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);