Bug 7411: Follop-up: Add Text::Unaccent to PerlDependencies.pm
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Tue, 10 Jul 2012 06:20:09 +0000 (08:20 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 13 Jul 2012 12:23:10 +0000 (14:23 +0200)
Adds new dependency Text::Unaccent to PerlDependencies.pm

Module is used currently to remove diacricits from automatically
created userid (<first name>.<surname>) in the patron module.

Test scenario:
1. open About Koha > Perl modules
2. verify that Text::Unaccent is there

Signed-off-by: Dobrica Pavlinusic <dpavlin@rot13.org>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
C4/Installer/PerlDependencies.pm

index cc10c9a..d5e9326 100644 (file)
@@ -577,6 +577,11 @@ our $PERL_DEPS = {
     'Test::Strict' => {
         'usage'    => 'Core',
         'required' => '0.14',
+    },
+    'Text::Unaccent' => {
+        'usage'    => 'Core',
+        'required' => '1',
+        'min_ver'  => '1.08',
     }
 };