The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict; use warnings;
BEGIN {
  sub MY::test_via_harness
  {
    my(undef, $perl, undef) = @_;
    "\t$perl run_test.pl";
  }
  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.06.
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",
    "Test::Builder::Module" => 0
  },
  "TEST_REQUIRES" => {
    "Test::More" => "0.94"
  },
  "VERSION" => "0.33",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "File::HomeDir" => "0.91",
  "Mojolicious" => "6.00",
  "Test::Builder::Module" => 0,
  "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);