]> git.koha-community.org Git - koha.git/commit
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 Nighswonger <chris.nighswonger@gmail.com>
Tue, 25 Oct 2011 23:45:53 +0000 (19:45 -0400)
commit61ea6ad38827262c378729a25beac83d9ad2cf49
tree97e0fcee11ae091d9b45e86ad2326a79ddf88126
parentcb787cf84247dc0a8249944b1e154600749cb540
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>
(cherry picked from commit d52095b48c9ef2a7249d367554da07277dd7bd09)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Installer/PerlDependencies.pm