From ec233fdb94fa237c6bc024b01ff1d4585a125f00 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Fri, 29 Jun 2018 11:31:57 -0400 Subject: Revert cereal code as risk mitigation for friday push --- Makefile.PL | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Makefile.PL') 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 => { -- cgit v1.2.3-24-g4f1b