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

use 5.006;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Authentication Milter Module for validation of ARC signatures",
  "AUTHOR" => "Bron Gondwana <brong\@fastmailteam.com>, Marc Bradshaw <marc\@marcbradshaw.net>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Mail-Milter-Authentication-Handler-ARC",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.006",
  "NAME" => "Mail::Milter::Authentication::Handler::ARC",
  "PREREQ_PM" => {
    "Data::Dumper" => 0,
    "English" => 0,
    "Mail::AuthenticationResults::Header::Comment" => 0,
    "Mail::AuthenticationResults::Header::Entry" => 0,
    "Mail::AuthenticationResults::Header::SubEntry" => 0,
    "Mail::DKIM" => "0.50",
    "Mail::DKIM::ARC::Signer" => 0,
    "Mail::DKIM::ARC::Verifier" => 0,
    "Mail::DKIM::DNS" => 0,
    "Mail::DKIM::TextWrap" => 0,
    "Mail::Milter::Authentication" => "2.20180510",
    "Mail::Milter::Authentication::Handler" => 0,
    "Sys::Syslog" => 0,
    "base" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "File::Spec" => 0,
    "Test::More" => 0,
    "Test::Perl::Critic" => 0
  },
  "VERSION" => "2.20180510",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Data::Dumper" => 0,
  "English" => 0,
  "File::Spec" => 0,
  "Mail::AuthenticationResults::Header::Comment" => 0,
  "Mail::AuthenticationResults::Header::Entry" => 0,
  "Mail::AuthenticationResults::Header::SubEntry" => 0,
  "Mail::DKIM" => "0.50",
  "Mail::DKIM::ARC::Signer" => 0,
  "Mail::DKIM::ARC::Verifier" => 0,
  "Mail::DKIM::DNS" => 0,
  "Mail::DKIM::TextWrap" => 0,
  "Mail::Milter::Authentication" => "2.20180510",
  "Mail::Milter::Authentication::Handler" => 0,
  "Sys::Syslog" => 0,
  "Test::More" => 0,
  "Test::Perl::Critic" => 0,
  "base" => 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);