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 - Backend functions for CLI and Web",
  "AUTHOR" => "AMD OSRC Tapper Team <tapper\@amd64.org>, Tapper Team <tapper-ops\@amazon.com>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Tapper-Cmd",
  "LICENSE" => "open_source",
  "MIN_PERL_VERSION" => "5.010",
  "NAME" => "Tapper::Cmd",
  "PREREQ_PM" => {
    "Cwd" => 0,
    "DBI" => 0,
    "DateTime" => 0,
    "File::Copy::Recursive" => 0,
    "File::ShareDir" => 0,
    "File::Slurp" => 0,
    "Hash::Merge::Simple" => 0,
    "Kwalify" => 0,
    "Moose" => 0,
    "Net::OpenSSH" => 0,
    "Perl6::Junction" => 0,
    "Tapper::Base" => 0,
    "Tapper::Config" => 0,
    "Tapper::Model" => 0,
    "Tapper::Reports::DPath::TT" => 0,
    "Tapper::Schema" => "5.0.6",
    "Tapper::Schema::TestrunDB" => 0,
    "Template" => "2.26",
    "Template::Plugin::Autoformat" => "2.77",
    "Template::Plugin::EnvHash" => "1.06",
    "Text::Autoformat" => "1.74",
    "Try::Tiny" => 0,
    "YAML::Syck" => 0,
    "YAML::XS" => 0,
    "parent" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Tapper::Schema::TestTools" => 0,
    "Test::Deep" => 0,
    "Test::Exception" => 0,
    "Test::Fixture::DBIC::Schema" => 0,
    "Test::More" => 0
  },
  "VERSION" => "5.0.7",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Cwd" => 0,
  "DBI" => 0,
  "DateTime" => 0,
  "File::Copy::Recursive" => 0,
  "File::ShareDir" => 0,
  "File::Slurp" => 0,
  "Hash::Merge::Simple" => 0,
  "Kwalify" => 0,
  "Moose" => 0,
  "Net::OpenSSH" => 0,
  "Perl6::Junction" => 0,
  "Tapper::Base" => 0,
  "Tapper::Config" => 0,
  "Tapper::Model" => 0,
  "Tapper::Reports::DPath::TT" => 0,
  "Tapper::Schema" => "5.0.6",
  "Tapper::Schema::TestTools" => 0,
  "Tapper::Schema::TestrunDB" => 0,
  "Template" => "2.26",
  "Template::Plugin::Autoformat" => "2.77",
  "Template::Plugin::EnvHash" => "1.06",
  "Test::Deep" => 0,
  "Test::Exception" => 0,
  "Test::Fixture::DBIC::Schema" => 0,
  "Test::More" => 0,
  "Text::Autoformat" => "1.74",
  "Try::Tiny" => 0,
  "YAML::Syck" => 0,
  "YAML::XS" => 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);