The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict; use warnings;
BEGIN {
  unless(eval q{ use 5.006; 1}) {
    print "Perl 5.006 or better required\n";
    exit;
  }
}
# This file was automatically generated by Dist::Zilla::Plugin::Author::Plicease::MakeMaker v2.25.
use strict;
use warnings;
use 5.006;
use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT"           => "(Deprecated) AuthenSimple plugin for PlugAuth",
  "AUTHOR"             => "Graham Ollis <plicease\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME"         => "PlugAuth-Plugin-AuthenSimple",
  "LICENSE"          => "perl",
  "MIN_PERL_VERSION" => "5.006",
  "NAME"             => "PlugAuth::Plugin::AuthenSimple",
  "PM"               => {
    "lib/PlugAuth/Plugin/AuthenSimple.pm" => "\$(INST_LIB)/PlugAuth/Plugin/AuthenSimple.pm"
  },
  "PREREQ_PM" => {
    "Authen::Simple" => 0,
    "PlugAuth"       => "0.31",
    "Role::Tiny"     => 0
  },
  "TEST_REQUIRES" => {
    "Params::Validate"           => 0,
    "PlugAuth"                   => "0.31",
    "Test2::Plugin::FauxHomeDir" => 0,
    "Test2::V0"                  => "0.000060",
    "YAML::XS"                   => 0
  },
  "VERSION" => "0.04",
  "test"    => {
    "TESTS" => "t/*.t"
    }
);

my %FallbackPrereqs = (
  "Authen::Simple"             => 0,
  "Params::Validate"           => 0,
  "PlugAuth"                   => "0.31",
  "Role::Tiny"                 => 0,
  "Test2::Plugin::FauxHomeDir" => 0,
  "Test2::V0"                  => "0.000060",
  "YAML::XS"                   => 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);