[Patches] [PATCH] Bug 7078: Remove HTML::Template::Pro from Koha perl dependencies list
koha-patchbot at kohaaloha.com
koha-patchbot at kohaaloha.com
Fri Nov 4 19:52:48 NZDT 2011
From: Ian Walls <ian.walls at bywatersolutions.com>
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
More information about the Patches
mailing list