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

use 5.008;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Authentication framework for CGI::Application",
  "AUTHOR" => "Cees Hek <ceeshek\@gmail.com>, Nicholas Bamber <nicholas\@periapt.co.uk>, Wes Malone <wesm\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "CGI-Application-Plugin-Authentication",
  "LICENSE" => "artistic_2",
  "MIN_PERL_VERSION" => "5.008",
  "NAME" => "CGI::Application::Plugin::Authentication",
  "PREREQ_PM" => {
    "Attribute::Handlers" => 0,
    "CGI" => "3.16",
    "CGI::Application" => 4,
    "Class::ISA" => 0,
    "Digest::SHA" => 0,
    "MIME::Base64" => 0,
    "Scalar::Util" => 0,
    "UNIVERSAL::require" => 0
  },
  "TEST_REQUIRES" => {
    "Readonly" => 0,
    "Test::Exception" => 0,
    "Test::MockObject" => 0,
    "Test::More" => "1.302015",
    "Test::NoWarnings" => 0,
    "Test::Regression" => 0,
    "Test::Taint" => 0,
    "Test::Warn" => "0.11",
    "Test::Without::Module" => 0
  },
  "VERSION" => "0.23",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Attribute::Handlers" => 0,
  "CGI" => "3.16",
  "CGI::Application" => 4,
  "Class::ISA" => 0,
  "Digest::SHA" => 0,
  "MIME::Base64" => 0,
  "Readonly" => 0,
  "Scalar::Util" => 0,
  "Test::Exception" => 0,
  "Test::MockObject" => 0,
  "Test::More" => "1.302015",
  "Test::NoWarnings" => 0,
  "Test::Regression" => 0,
  "Test::Taint" => 0,
  "Test::Warn" => "0.11",
  "Test::Without::Module" => 0,
  "UNIVERSAL::require" => 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);