summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2016-10-11 02:20:12 +0200
committerDylan William Hardison <dylan@hardison.net>2016-10-11 02:20:12 +0200
commit9f4d372fd34f67baa925787c74a625427a7315d7 (patch)
tree830347d330ebbc2e416759abc370985273536fba /Makefile.PL
parentb14f11a156d7ccaf08985cc532789ffd240d9c4e (diff)
downloadbugzilla-9f4d372fd34f67baa925787c74a625427a7315d7.tar.gz
bugzilla-9f4d372fd34f67baa925787c74a625427a7315d7.tar.xz
Bug 1308032 - Cache::Memcached::Fast from bugzilla bug 1189281 and bug 1274764
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index f3b03f0db..a84aa1cdf 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -120,7 +120,7 @@ my %optional_features = (
memcached => {
description => 'Memcached Support',
prereqs => {
- runtime => { requires => { 'Cache::Memcached' => '0.17' } }
+ runtime => { requires => { 'Cache::Memcached::Fast' => '0.17' } }
}
},
auth_delegation => {