From 857190680ac4ab98d23554652fcb840779204f28 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 3 Sep 2015 10:13:00 +0100 Subject: [PATCH] [PASSED QA] Bug 14775: Plack::Middleware::ReverseProxy should not be required But optional. Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer --- C4/Installer/PerlDependencies.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index f7a1bd9..dfe61b6 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -6,7 +6,7 @@ use strict; our $PERL_DEPS = { 'Plack::Middleware::ReverseProxy' => { 'usage' => 'Plack', - 'required' => '1', + 'required' => '0', 'min_ver' => '0.14' }, 'XML::LibXSLT' => { -- 1.9.1