Plack-Middleware-Greylist

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

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

use 5.020000;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "throttle requests with different rates based on net blocks",
  "AUTHOR" => "Robert Rothenberg <rrwo\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Plack-Middleware-Greylist",
  "LICENSE" => "artistic_2",
  "MIN_PERL_VERSION" => "5.020000",
  "NAME" => "Plack::Middleware::Greylist",
  "PREREQ_PM" => {
    "HTTP::Status" => 0,
    "List::Util" => "1.29",
    "Module::Load" => 0,
    "Net::IP::LPM" => 0,
    "Plack::Middleware" => 0,
    "Ref::Util" => 0,
    "Time::Seconds" => 0,
    "experimental" => 0,
    "parent" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Cache::FastMmap" => "1.52",
    "File::Spec" => 0,
    "HTTP::Request::Common" => 0,
    "IO::Scalar" => 0,
    "Module::Metadata" => 0,
    "Path::Tiny" => 0,
    "Plack::Builder" => 0,
    "Plack::Middleware::ContentLength" => 0,
    "Plack::Middleware::Head" => 0,
    "Plack::Middleware::ReverseProxy" => 0,
    "Plack::Response" => 0,
    "Plack::Test" => 0,
    "Test2::Tools::Compare" => 0,
    "Test2::V0" => 0,
    "Test::More" => 0,
    "strict" => 0
  },
  "VERSION" => "v0.8.1",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Cache::FastMmap" => "1.52",
  "File::Spec" => 0,
  "HTTP::Request::Common" => 0,
  "HTTP::Status" => 0,
  "IO::Scalar" => 0,
  "List::Util" => "1.29",
  "Module::Load" => 0,
  "Module::Metadata" => 0,
  "Net::IP::LPM" => 0,
  "Path::Tiny" => 0,
  "Plack::Builder" => 0,
  "Plack::Middleware" => 0,
  "Plack::Middleware::ContentLength" => 0,
  "Plack::Middleware::Head" => 0,
  "Plack::Middleware::ReverseProxy" => 0,
  "Plack::Response" => 0,
  "Plack::Test" => 0,
  "Ref::Util" => 0,
  "Test2::Tools::Compare" => 0,
  "Test2::V0" => 0,
  "Test::More" => 0,
  "Time::Seconds" => 0,
  "experimental" => 0,
  "parent" => 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);



( run in 1.778 second using v1.01-cache-2.11-cpan-39bf76dae61 )