From 707817a47e562fc0bccfeeb537e3ed5a08e2ea68 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 21b46b2..3af786e 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.1.0