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

use 5.010001;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Test an imaginary beowulf cluster of Clustericious services",
  "AUTHOR" => "Graham Ollis <plicease\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Test-Clustericious-Cluster",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.010001",
  "NAME" => "Test::Clustericious::Cluster",
  "PM" => {
    "lib/Mojolicious/Plugin/PlugAuthLite.pm" => "\$(INST_LIB)/Mojolicious/Plugin/PlugAuthLite.pm",
    "lib/PlugAuth/Lite.pm" => "\$(INST_LIB)/PlugAuth/Lite.pm",
    "lib/Test/Clustericious/Cluster.pm" => "\$(INST_LIB)/Test/Clustericious/Cluster.pm",
    "lib/Test/PlugAuth.pm" => "\$(INST_LIB)/Test/PlugAuth.pm"
  },
  "PREREQ_PM" => {
    "File::HomeDir" => "0.91",
    "Mojolicious" => "6.00",
    "Test2::API" => "1.302015"
  },
  "TEST_REQUIRES" => {
    "Path::Class" => "0.26",
    "Test2::Bundle::More" => "0.000060",
    "Test2::V0" => "0.000060"
  },
  "VERSION" => "0.36_01",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "File::HomeDir" => "0.91",
  "Mojolicious" => "6.00",
  "Path::Class" => "0.26",
  "Test2::API" => "1.302015",
  "Test2::Bundle::More" => "0.000060",
  "Test2::V0" => "0.000060"
);


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