Bug 7078: Remove HTML::Template::Pro from Koha perl dependencies list
authorIan Walls <ian.walls@bywatersolutions.com>
Fri, 21 Oct 2011 18:41:03 +0000 (14:41 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Fri, 21 Oct 2011 20:01:26 +0000 (09:01 +1300)
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 <chrisc@catalyst.net.nz>
C4/Installer/PerlDependencies.pm

index c201fab..5b3023c 100644 (file)
@@ -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',