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

use 5.010001;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "DBI Authentication back end for PlugAuth",
  "AUTHOR" => "Graham Ollis <gollis\@sesda3.com>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "PlugAuth-Plugin-DBIAuth",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.010001",
  "NAME" => "PlugAuth::Plugin::DBIAuth",
  "PM" => {
    "lib/PlugAuth/Plugin/DBIAuth.pm" => "\$(INST_LIB)/PlugAuth/Plugin/DBIAuth.pm"
  },
  "PREREQ_PM" => {
    "Crypt::PasswdMD5" => 0,
    "DBI" => 0,
    "Log::Log4perl" => 0,
    "PlugAuth" => "0.32",
    "Role::Tiny" => 0
  },
  "TEST_REQUIRES" => {
    "Test::Clustericious::Cluster" => "0.25",
    "Test::More" => "0.94"
  },
  "VERSION" => "0.05",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Crypt::PasswdMD5" => 0,
  "DBI" => 0,
  "Log::Log4perl" => 0,
  "PlugAuth" => "0.32",
  "Role::Tiny" => 0,
  "Test::Clustericious::Cluster" => "0.25",
  "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);