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

use 5.008009;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Perl API to process tests and send an e-mail report in case of failures",
  "AUTHOR" => "Alceu Rodrigues de Freitas Junior <arfreitas\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Test-Health",
  "EXE_FILES" => [
    "bin/health_check.pl"
  ],
  "LICENSE" => "gpl",
  "MIN_PERL_VERSION" => "5.008009",
  "NAME" => "Test::Health",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Email::Sender::Transport::SMTP" => "1.300021",
    "Email::Stuffer" => "0.012",
    "File::Spec" => 0,
    "Getopt::Std" => 0,
    "Moo" => "2.000002",
    "Pod::Usage" => 0,
    "TAP::Formatter::HTML" => "0.11",
    "TAP::Harness" => "3.30",
    "Types::Standard" => "1.000005",
    "namespace::clean" => "0.26"
  },
  "TEST_REQUIRES" => {
    "File::Copy" => 0,
    "Moose" => "2.1805",
    "Test::Moose" => "2.1805",
    "Test::Most" => "0.34",
    "Test::TempDir::Tiny" => "0.016"
  },
  "VERSION" => "0.004",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Email::Sender::Transport::SMTP" => "1.300021",
  "Email::Stuffer" => "0.012",
  "File::Copy" => 0,
  "File::Spec" => 0,
  "Getopt::Std" => 0,
  "Moo" => "2.000002",
  "Moose" => "2.1805",
  "Pod::Usage" => 0,
  "TAP::Formatter::HTML" => "0.11",
  "TAP::Harness" => "3.30",
  "Test::Moose" => "2.1805",
  "Test::Most" => "0.34",
  "Test::TempDir::Tiny" => "0.016",
  "Types::Standard" => "1.000005",
  "namespace::clean" => "0.26"
);


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