From e34cba8c9c127203e56f3679cd627d2d1d72f54e Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Mon, 28 Aug 2017 15:51:00 -0400 Subject: Bug 1393643 - Add whitelist to rate limiting code (#220) * Bug 1393643 - Add whitelist to rate limiting code * use version that has new module * add memcache to bloomfilter loading --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 3217101b8..33319ce92 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -37,6 +37,7 @@ BEGIN { # PREREQ_PM my %requires = ( + 'Algorithm::BloomFilter' => 0, 'CGI' => '<= 3.63', 'CPAN::Meta::Prereqs' => '2.132830', 'CPAN::Meta::Requirements' => '2.121', -- cgit v1.2.3-24-g4f1b