summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
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 => {