summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-06-29 17:31:57 +0200
committerdklawren <dklawren@users.noreply.github.com>2018-06-29 17:31:57 +0200
commitec233fdb94fa237c6bc024b01ff1d4585a125f00 (patch)
treebd16febc81f32a2a004eb6d0615cc3b17136e40f /Makefile.PL
parentdbe2e8705677c107782f60a0cc4324858c6fa6a7 (diff)
downloadbugzilla-ec233fdb94fa237c6bc024b01ff1d4585a125f00.tar.gz
bugzilla-ec233fdb94fa237c6bc024b01ff1d4585a125f00.tar.xz
Revert cereal code as risk mitigation for friday push
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 5c3e9257c..46228ab56 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -161,12 +161,7 @@ my %optional_features = (
memcached => {
description => 'Memcached Support',
prereqs => {
- runtime => {
- requires => {
- 'Cache::Memcached::Fast' => '0.17',
- 'Sereal' => '4.005'
- }
- }
+ runtime => { requires => { 'Cache::Memcached::Fast' => '0.17' } }
}
},
updates => {