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) Add a finger protocol interface to your PlugAuth server",
  "AUTHOR"             => "Graham Ollis <plicease\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME"         => "PlugAuth-Plugin-Finger",
  "LICENSE"          => "perl",
  "MIN_PERL_VERSION" => "5.010001",
  "NAME"             => "PlugAuth::Plugin::Finger",
  "PM"               => {
    "lib/PlugAuth/Plugin/Finger.pm" => "\$(INST_LIB)/PlugAuth/Plugin/Finger.pm"
  },
  "PREREQ_PM" => {
    "AnyEvent::Finger"       => 0,
    "Clustericious"          => "1.06",
    "EV"                     => 0,
    "Log::Log4perl"          => 0,
    "PlugAuth"               => "0.32",
    "PlugAuth::Role::Plugin" => 0,
    "Role::Tiny"             => 0
  },
  "TEST_REQUIRES" => {
    "AE"                           => 0,
    "EV"                           => 0,
    "Test::Clustericious::Cluster" => "0.31",
    "Test::More"                   => "0.94"
  },
  "VERSION" => "0.03",
  "test"    => {
    "TESTS" => "t/*.t"
    }
);

my %FallbackPrereqs = (
  "AE"                           => 0,
  "AnyEvent::Finger"             => 0,
  "Clustericious"                => "1.06",
  "EV"                           => 0,
  "Log::Log4perl"                => 0,
  "PlugAuth"                     => "0.32",
  "PlugAuth::Role::Plugin"       => 0,
  "Role::Tiny"                   => 0,
  "Test::Clustericious::Cluster" => "0.31",
  "Test::More"                   => "0.94"
);

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);