From c142235faefb4d223def88854ed2af6860cfb724 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 12 May 2015 12:42:07 -0400 Subject: [PATCH] [SIGNED-OFF] Bug 13948 [QA Followup] - Make dependency optional Signed-off-by: Bernardo Gonzalez Kriegel http://bugs.koha-community.org/show_bug.cgi?id=13848 --- 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' => { -- 1.9.1