]> git.koha-community.org Git - koha.git/commit
7368 Adjustments for Perl dependencies
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Wed, 18 Jul 2012 13:03:36 +0000 (15:03 +0200)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 2 Aug 2012 21:48:34 +0000 (17:48 -0400)
commit8175b9d46e2d9380194805e69af6bd45c9eeca18
treea2a4fc33c7d2e4d65693e7b255df1c23b9016ed2
parenta3f2b42743d8680ad931a51012f84d533181c1dd
7368 Adjustments for Perl dependencies

HTML::FormatText is used by Template::Plugin::HtmlToText which is called in the template for opac-sendbasket.pl.
This is not a core Perl 5.10 module. I had to install it additionally on a test server. So I am adding it to PerlDependencies.
I just picked an old version 1.23 that I still could find as min_ver.

Changed the version information for Test::Strict too (not required, only for tests).

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit a4ce9af8289fd79e436d4c36e8bce0ee8204ed93)

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
C4/Installer/PerlDependencies.pm