summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-08-28 21:51:00 +0200
committerMary Umoh <umohm12@gmail.com>2017-08-28 21:51:00 +0200
commite34cba8c9c127203e56f3679cd627d2d1d72f54e (patch)
tree177bb3ba6942925ab3a7bd2bfbf1baccd1eafd43 /Makefile.PL
parent0fdb8be1599283df80ae3b52f2254b847152a60f (diff)
downloadbugzilla-e34cba8c9c127203e56f3679cd627d2d1d72f54e.tar.gz
bugzilla-e34cba8c9c127203e56f3679cd627d2d1d72f54e.tar.xz
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
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL1
1 files changed, 1 insertions, 0 deletions
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',