From daab662c7cf8f91ef5e431393da86a985eb309c3 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 12 May 2015 12:42:07 -0400 Subject: [PATCH] Bug 13948: (QA followup) Make dependency optional Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Jonathan Druart --- 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 918272b0c0..b6ce6f91e5 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -524,7 +524,7 @@ our $PERL_DEPS = { }, 'Template::Plugin::Stash' => { 'usage' => 'Debugging', - 'required' => '1', + 'required' => '0', 'min_ver' => '1.006', }, 'Gravatar::URL' => { -- 2.39.2