From 3b2db76402af8b828202c80f4e852f189314baee Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 10 Jul 2012 08:20:09 +0200 Subject: [PATCH] Bug 7411: Follop-up: Add Text::Unaccent to PerlDependencies.pm Adds new dependency Text::Unaccent to PerlDependencies.pm Module is used currently to remove diacricits from automatically created userid (.) in the patron module. Test scenario: 1. open About Koha > Perl modules 2. verify that Text::Unaccent is there Signed-off-by: Dobrica Pavlinusic Signed-off-by: Paul Poulain --- C4/Installer/PerlDependencies.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index cc10c9ad4a..d5e9326d84 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -577,6 +577,11 @@ our $PERL_DEPS = { 'Test::Strict' => { 'usage' => 'Core', 'required' => '0.14', + }, + 'Text::Unaccent' => { + 'usage' => 'Core', + 'required' => '1', + 'min_ver' => '1.08', } }; -- 2.20.1