Bug 13948: (QA followup) Make dependency optional
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 12 May 2015 16:42:07 +0000 (12:42 -0400)
committerTomas Cohen Arazi <tomascohen@unc.edu.ar>
Tue, 28 Jul 2015 13:30:04 +0000 (10:30 -0300)
Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
C4/Installer/PerlDependencies.pm

index 918272b..b6ce6f9 100644 (file)
@@ -524,7 +524,7 @@ our $PERL_DEPS = {
       },
     'Template::Plugin::Stash' => {
         'usage'    => 'Debugging',
-        'required' => '1',
+        'required' => '0',
         'min_ver'  => '1.006',
       },
     'Gravatar::URL' => {