From 27aa3d347244e37cd47eb5f12961249da0ef3494 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. --- C4/Installer/PerlDependencies.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 2391b0b..e76a7ab 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -574,6 +574,11 @@ our $PERL_DEPS = { 'required' => '0', 'min_ver' => '0.05', } + 'Text::Unaccent' => { + 'usage' => 'Core', + 'required' => '1', + 'min_ver' => '1.08', + } }; 1; -- 1.7.9.5