From d52095b48c9ef2a7249d367554da07277dd7bd09 Mon Sep 17 00:00:00 2001 From: Ian Walls Date: Fri, 21 Oct 2011 14:41:03 -0400 Subject: [PATCH] Bug 7078: Remove HTML::Template::Pro from Koha perl dependencies list Removes HTML::Template::Pro as a requirement (since we're now on Template::Toolkit). To test: On a system without, HTML::Template::Pro installed, run perl koha_perl_deps.pl -m -u Shouldn't return anything about HTML::Template::Pro Signed-off-by: Chris Cormack --- C4/Installer/PerlDependencies.pm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index c201fab6fa..5b3023ce3c 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -284,11 +284,6 @@ our $PERL_DEPS = { 'required' => '1', 'min_ver' => '2.35' }, - 'HTML::Template::Pro' => { - 'usage' => 'Core', - 'required' => '1', - 'min_ver' => '0.69' - }, 'Term::ANSIColor' => { 'usage' => 'Core', 'required' => '1', -- 2.39.5