From d878a070c2d14d8a43dc4277625fd7c1b83f0b99 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 --- C4/Installer/PerlDependencies.pm | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index c201fab..5b3023c 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', -- 1.7.4.1