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

use 5.008005;

use ExtUtils::MakeMaker ;



my %WriteMakefileArgs = (
  "ABSTRACT" => "an alternative saslauthd",
  "AUTHOR" => "Markus Benning <ich\@markusbenning.de>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Auth-Kokolores",
  "EXE_FILES" => [
    "bin/kokolores"
  ],
  "LICENSE" => "gpl",
  "NAME" => "Auth::Kokolores",
  "PREREQ_PM" => {
    "Cache::Memcached" => 0,
    "Config::General" => 0,
    "DBI" => 0,
    "Data::Dumper" => 0,
    "Digest::MD5" => 0,
    "Getopt::Long" => 0,
    "MIME::Base64" => 0,
    "Moose" => 0,
    "MooseX::Singleton" => 0,
    "Net::Server::PreFork" => 0,
    "Tie::IxHash" => 0,
    "base" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Crypt::Eksblowfish::Bcrypt" => 0,
    "Crypt::PBKDF2" => 0,
    "DBD::SQLite" => 0,
    "Digest::Bcrypt" => 0,
    "File::Find" => 0,
    "IO::String" => 0,
    "Test::Exception" => 0,
    "Test::MockObject" => 0,
    "Test::More" => 0
  },
  "VERSION" => "1.01",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Cache::Memcached" => 0,
  "Config::General" => 0,
  "Crypt::Eksblowfish::Bcrypt" => 0,
  "Crypt::PBKDF2" => 0,
  "DBD::SQLite" => 0,
  "DBI" => 0,
  "Data::Dumper" => 0,
  "Digest::Bcrypt" => 0,
  "Digest::MD5" => 0,
  "File::Find" => 0,
  "Getopt::Long" => 0,
  "IO::String" => 0,
  "MIME::Base64" => 0,
  "Moose" => 0,
  "MooseX::Singleton" => 0,
  "Net::Server::PreFork" => 0,
  "Test::Exception" => 0,
  "Test::MockObject" => 0,
  "Test::More" => 0,
  "Tie::IxHash" => 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);