The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.015.
use strict;
use warnings;



use ExtUtils::MakeMaker 6.30;



my %WriteMakefileArgs = (
  "ABSTRACT" => "Cache plugin with blocking and non-blocking support",
  "AUTHOR" => "Companies House <chgovuk\@cpan.org>",
  "BUILD_REQUIRES" => {},
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => "6.30"
  },
  "DISTNAME" => "MojoX-Plugin-AnyCache",
  "EXE_FILES" => [],
  "LICENSE" => "perl",
  "NAME" => "MojoX::Plugin::AnyCache",
  "PREREQ_PM" => {
    "Cache::Memcached" => 0,
    "Cache::Memcached::AnyEvent" => 0,
    "Data::MessagePack" => 0,
    "Mojo::Base" => 0,
    "Mojo::Redis" => 0,
    "Mojolicious" => 0,
    "constant" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Mojo::IOLoop" => 0,
    "Test::Exception" => 0,
    "Test::More" => 0
  },
  "VERSION" => "0.01",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Cache::Memcached" => 0,
  "Cache::Memcached::AnyEvent" => 0,
  "Data::MessagePack" => 0,
  "Mojo::Base" => 0,
  "Mojo::IOLoop" => 0,
  "Mojo::Redis" => 0,
  "Mojolicious" => 0,
  "Test::Exception" => 0,
  "Test::More" => 0,
  "constant" => 0,
  "strict" => 0,
  "warnings" => 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);