[Koha-patches] [PATCH 2/2] Bug 9579: (followup) add dependency for String::Multibyte

Tomas Cohen Arazi tomascohen at gmail.com
Wed Jan 15 20:57:03 CET 2014


Just that.

Regards
To+

Sponsored-by: Universidad Nacional de Cordoba
---
 C4/Installer/PerlDependencies.pm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm
index 9b4b3b6..a539359 100644
--- a/C4/Installer/PerlDependencies.pm
+++ b/C4/Installer/PerlDependencies.pm
@@ -704,6 +704,11 @@ our $PERL_DEPS = {
         'required' => '0',
         'min_ver'  => '0.73',
     },
+    'String::Multibyte' => {
+        'usage'    => 'Core',
+        'required' => '1',
+        'min_ver'  => '1.10',
+    },
 };
 
 1;
-- 
1.8.3.2



More information about the Koha-patches mailing list