From 1f5bfbd0aaef5a16f3c44393975f6172ce3a4061 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Demians?= Date: Mon, 4 Jun 2012 10:06:22 +0200 Subject: [PATCH] Bug 8062 [SIGNED-OFF] Perl module dependency Template::Plugin::HtmlToText Signed-off-by: Jonathan Druart Signed-off-by: Paul Poulain --- C4/Installer/PerlDependencies.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index ee026bc5d6..62168c91b5 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -528,7 +528,12 @@ our $PERL_DEPS = { 'usage' => 'Core', 'required' => '1', 'min_ver' => '0.09', - }, + }, + 'Template::Plugin::HtmlToText' => { + 'usage' => 'Core', + 'required' => '1', + 'min_ver' => '0.03', + }, }; 1; -- 2.39.2