Bug 18959: Text::CSV::Unicode missing from dependencies
authorTomas Cohen Arazi <tomascohen@theke.io>
Sat, 13 Oct 2018 12:15:52 +0000 (09:15 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 19 Oct 2018 16:37:21 +0000 (16:37 +0000)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
C4/Installer/PerlDependencies.pm

index 2525a6b..bf85991 100644 (file)
@@ -617,6 +617,11 @@ our $PERL_DEPS = {
         'required' => '0',
         'min_ver'  => '0.04',
     },
+    'Text::CSV::Unicode' => {
+        usage      => 'Testing suite',
+        required   => 0,
+        min_ver    => '0.40'
+    },
     'Text::Unaccent' => {
         'usage'    => 'Core',
         'required' => '1',