# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.010.
use strict;
use warnings;

use 5.006;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Authentication Milter Module for validation of SMIME",
  "AUTHOR" => "Marc Bradshaw <marc\@marcbradshaw.net>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Mail-Milter-Authentication-Handler-SMIME",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.006",
  "NAME" => "Mail::Milter::Authentication::Handler::SMIME",
  "PREREQ_PM" => {
    "Convert::X509" => 0,
    "Crypt::SMIME" => 0,
    "Email::MIME" => 0,
    "English" => 0,
    "Mail::AuthenticationResults::Header::Comment" => 0,
    "Mail::AuthenticationResults::Header::Entry" => 0,
    "Mail::AuthenticationResults::Header::SubEntry" => 0,
    "Mail::Milter::Authentication" => "2.20180510",
    "Mail::Milter::Authentication::Handler" => 0,
    "Sys::Syslog" => 0,
    "base" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Cwd" => 0,
    "File::Spec" => 0,
    "IO::Socket::INET" => 0,
    "IO::Socket::UNIX" => 0,
    "Mail::Milter::Authentication::Client" => 0,
    "Mail::Milter::Authentication::Config" => 0,
    "Mail::Milter::Authentication::Protocol::Milter" => 0,
    "Mail::Milter::Authentication::Protocol::SMTP" => 0,
    "Mail::Milter::Authentication::Tester" => 0,
    "Module::Load" => 0,
    "Test::File::Contents" => 0,
    "Test::More" => 0,
    "Test::Perl::Critic" => 0,
    "lib" => 0
  },
  "VERSION" => "2.20180510",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Convert::X509" => 0,
  "Crypt::SMIME" => 0,
  "Cwd" => 0,
  "Email::MIME" => 0,
  "English" => 0,
  "File::Spec" => 0,
  "IO::Socket::INET" => 0,
  "IO::Socket::UNIX" => 0,
  "Mail::AuthenticationResults::Header::Comment" => 0,
  "Mail::AuthenticationResults::Header::Entry" => 0,
  "Mail::AuthenticationResults::Header::SubEntry" => 0,
  "Mail::Milter::Authentication" => "2.20180510",
  "Mail::Milter::Authentication::Client" => 0,
  "Mail::Milter::Authentication::Config" => 0,
  "Mail::Milter::Authentication::Handler" => 0,
  "Mail::Milter::Authentication::Protocol::Milter" => 0,
  "Mail::Milter::Authentication::Protocol::SMTP" => 0,
  "Mail::Milter::Authentication::Tester" => 0,
  "Module::Load" => 0,
  "Sys::Syslog" => 0,
  "Test::File::Contents" => 0,
  "Test::More" => 0,
  "Test::Perl::Critic" => 0,
  "base" => 0,
  "lib" => 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);