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.010001; 1}) {
    print "Perl 5.010001 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.010001;
use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT"           => "(Deprecated) Pluggable authentication and authorization server.",
  "AUTHOR"             => "Graham Ollis <gollis\@sesda3.com>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME"  => "PlugAuth",
  "EXE_FILES" => [
    "bin/plugauth",
    "bin/plugauthclient",
    "bin/plugauthpasswd"
  ],
  "LICENSE"          => "perl",
  "MIN_PERL_VERSION" => "5.010001",
  "NAME"             => "PlugAuth",
  "PM"               => {
    "lib/Clustericious/Plugin/SelfPlugAuth.pm" => "\$(INST_LIB)/Clustericious/Plugin/SelfPlugAuth.pm",
    "lib/PlugAuth.pm"                          => "\$(INST_LIB)/PlugAuth.pm",
    "lib/PlugAuth/Client.pm"                   => "\$(INST_LIB)/PlugAuth/Client.pm",
    "lib/PlugAuth/Guide/Client.pod"            => "\$(INST_LIB)/PlugAuth/Guide/Client.pod",
    "lib/PlugAuth/Guide/Plugin.pod"            => "\$(INST_LIB)/PlugAuth/Guide/Plugin.pod",
    "lib/PlugAuth/Guide/Server.pod"            => "\$(INST_LIB)/PlugAuth/Guide/Server.pod",
    "lib/PlugAuth/Plugin/Audit.pm"             => "\$(INST_LIB)/PlugAuth/Plugin/Audit.pm",
    "lib/PlugAuth/Plugin/DisableGroup.pm"      => "\$(INST_LIB)/PlugAuth/Plugin/DisableGroup.pm",
    "lib/PlugAuth/Plugin/FlatAuth.pm"          => "\$(INST_LIB)/PlugAuth/Plugin/FlatAuth.pm",
    "lib/PlugAuth/Plugin/FlatAuthz.pm"         => "\$(INST_LIB)/PlugAuth/Plugin/FlatAuthz.pm",
    "lib/PlugAuth/Plugin/FlatUserList.pm"      => "\$(INST_LIB)/PlugAuth/Plugin/FlatUserList.pm",
    "lib/PlugAuth/Plugin/Test.pm"              => "\$(INST_LIB)/PlugAuth/Plugin/Test.pm",
    "lib/PlugAuth/Role/Auth.pm"                => "\$(INST_LIB)/PlugAuth/Role/Auth.pm",
    "lib/PlugAuth/Role/Authz.pm"               => "\$(INST_LIB)/PlugAuth/Role/Authz.pm",
    "lib/PlugAuth/Role/Flat.pm"                => "\$(INST_LIB)/PlugAuth/Role/Flat.pm",
    "lib/PlugAuth/Role/Plugin.pm"              => "\$(INST_LIB)/PlugAuth/Role/Plugin.pm",
    "lib/PlugAuth/Role/Refresh.pm"             => "\$(INST_LIB)/PlugAuth/Role/Refresh.pm",
    "lib/PlugAuth/Role/Welcome.pm"             => "\$(INST_LIB)/PlugAuth/Role/Welcome.pm",
    "lib/PlugAuth/Routes.pm"                   => "\$(INST_LIB)/PlugAuth/Routes.pm",
    "lib/Test/PlugAuth/Plugin.pm"              => "\$(INST_LIB)/Test/PlugAuth/Plugin.pm",
    "lib/Test/PlugAuth/Plugin/Auth.pm"         => "\$(INST_LIB)/Test/PlugAuth/Plugin/Auth.pm",
    "lib/Test/PlugAuth/Plugin/Authz.pm"        => "\$(INST_LIB)/Test/PlugAuth/Plugin/Authz.pm",
    "lib/Test/PlugAuth/Plugin/Refresh.pm"      => "\$(INST_LIB)/Test/PlugAuth/Plugin/Refresh.pm"
  },
  "PREREQ_PM" => {
    "Class::Method::Modifiers"   => 0,
    "Clone"                      => 0,
    "Clustericious"              => "1.24",
    "Crypt::PasswdMD5"           => 0,
    "DateTime"                   => 0,
    "File::Touch"                => 0,
    "List::Util"                 => "1.45",
    "Log::Log4perl"              => 0,
    "Path::Class"                => 0,
    "Role::Tiny"                 => "1.003001",
    "Term::Prompt"               => 0,
    "Test2::Plugin::FauxHomeDir" => 0,
    "Test::Builder"              => 0,
    "Text::Glob"                 => 0,
    "YAML::XS"                   => 0
  },
  "TEST_REQUIRES" => {
    "JSON::MaybeXS"                => 0,
    "Test::Clustericious::Cluster" => "0.31",
    "Test::Clustericious::Config"  => 0,
    "Test::Clustericious::Log"     => 0,
    "Test::More"                   => "0.94"
  },
  "VERSION" => "0.39",
  "test"    => {
    "TESTS" => "t/*.t"
    }
);

my %FallbackPrereqs = (
  "Class::Method::Modifiers"     => 0,
  "Clone"                        => 0,
  "Clustericious"                => "1.24",
  "Crypt::PasswdMD5"             => 0,
  "DateTime"                     => 0,
  "File::Touch"                  => 0,
  "JSON::MaybeXS"                => 0,
  "List::Util"                   => "1.45",
  "Log::Log4perl"                => 0,
  "Path::Class"                  => 0,
  "Role::Tiny"                   => "1.003001",
  "Term::Prompt"                 => 0,
  "Test2::Plugin::FauxHomeDir"   => 0,
  "Test::Builder"                => 0,
  "Test::Clustericious::Cluster" => "0.31",
  "Test::Clustericious::Config"  => 0,
  "Test::Clustericious::Log"     => 0,
  "Test::More"                   => "0.94",
  "Text::Glob"                   => 0,
  "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);