summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 80af83b59..cebbb057b 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -163,12 +163,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 => {
@@ -433,6 +428,7 @@ META.json: Makefile.PL
\tmake distmeta 2>&1 /dev/null; mv */META.json .
META.yml: Makefile.PL
+1: hit EOF seeking end of quote/pattern starting at line 1 ending in /
\tmake distmeta 2>&1 /dev/null; mv */META.yml .
MAKE
}