From b82b6f396c35a7d5852e6c99b0ae8d1311eec76c Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Wed, 18 Jul 2012 15:03:36 +0200 Subject: [PATCH] 7368 Adding a Perl dependency already in use Content-Type: text/plain; charset="utf-8" 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. Signed-off-by: Marcel de Rooy Corrected a typo too in comments. --- C4/Installer/PerlDependencies.pm | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index d5e9326..76b5c90 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -582,7 +582,11 @@ our $PERL_DEPS = { 'usage' => 'Core', 'required' => '1', 'min_ver' => '1.08', - } + }, + 'HTML::FormatText' => { + 'usage' => 'Core', + 'required' => '2', + }, }; 1; @@ -605,7 +609,7 @@ end of the outer hash and follow the key/value pattern used in the other depende =head2 Debian If you change the list of dependencies, and you use Debian, please also -run the debian/update-control script and commit the modifed version of +run the debian/update-control script and commit the modified version of debian/control into git as well. If you're not running Debian, don't worry about it. -- 1.7.7.6