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)
commitd52095b48c9ef2a7249d367554da07277dd7bd09
tree3e5c7f3a95626fc60d7553271ae888fb0c5dad1f
parent0953e8ca09d8f6010991523c2713e4546b12d907
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 <chrisc@catalyst.net.nz>
C4/Installer/PerlDependencies.pm