Bug 21722: Use Koha::Account->add_debit in chargelostitem
[koha.git] / C4 / Installer / PerlDependencies.pm
index 720ebab..fc5e99e 100644 (file)
@@ -254,7 +254,7 @@ our $PERL_DEPS = {
     },
     'Cache::Memcached' => {
         'usage'    => 'Caching',
-        'required' => '0',
+        'required' => '1',
         'min_ver'  => '1.30'
     },
     'Cache::Memcached::Fast' => {
@@ -267,11 +267,6 @@ our $PERL_DEPS = {
         'required' => '0',
         'min_ver'  => '1.34'
     },
-    'Cache::Memory' => {
-        'usage'    => 'Caching',
-        'required' => '0',
-        'min_ver'  => '2.04'
-    },
     'Net::LDAP::Filter' => {
         'usage'    => 'LDAP Interface Feature',
         'required' => '0',
@@ -592,6 +587,11 @@ our $PERL_DEPS = {
         'required' => '0',
         'min_ver'  => '1.09',
     },
+    'Test::MockTime' => {
+        usage      => 'Testing suite',
+        required   => 0,
+        min_ver    => '0.13',
+    },
     'Test::More' => {
         'usage'    => 'Core',
         'required' => '1',
@@ -612,6 +612,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',
@@ -717,41 +722,21 @@ our $PERL_DEPS = {
         required   => 1,
         min_ver    => '2.125',
     },
-    'Locale::Maketext' => {
+    'Locale::Messages' => {
         'usage'    => 'Core',
         'required' => '1',
-        'min_ver'  => '1.19',
+        'min_ver'  => '1.20',
     },
-    'Locale::Maketext::Lexicon' => {
-        'usage'    => 'Core',
-        'required' => '1',
-        'min_ver'  => '0.91',
+    'PPI' => {
+        'usage'    => 'I18N',
+        'required' => '0',
+        'min_ver'  => '1.215',
     },
     'LWP::Protocol::https' => {
         'usage'    => 'OverDrive integration',
         'required' => '0',
         'min_ver'  => '5.836',
     },
-    'SOAP::Lite' => {
-        'usage'    => 'Norwegian national library card',
-        'required' => '0',
-        'min_ver'  => '0.712',
-    },
-    'Crypt::GCrypt' => {
-        'usage'    => 'Norwegian national library card',
-        'required' => '0',
-        'min_ver'  => '1.24',
-    },
-    'Convert::BaseN' => {
-        'usage'    => 'Norwegian national library card',
-        'required' => '0',
-        'min_ver'  => '0.01',
-    },
-    'Digest::SHA' => {
-        'usage'    => 'Norwegian national library card',
-        'required' => '0',
-        'min_ver'  => '5.61',
-    },
     'PDF::FromHTML' => {
         'usage'    => 'Discharge generation',
         'required' => '0',
@@ -832,6 +817,11 @@ our $PERL_DEPS = {
         required => 1,
         min_ver => '1.00',
     },
+    'Selenium::Remote::Driver' => {
+        usage    => 'Testing suite',
+        required => 0,
+        min_ver  => '1.27'
+    },
     'Sereal::Encoder' => {
         'usage'    => 'Caching',
         'required' => '1',
@@ -874,14 +864,34 @@ our $PERL_DEPS = {
         # also required for Zebra installs: about page: bug 20061
     },
     'Parallel::ForkManager' => {
-        usage => 'Core',
-        required => 0,
-        min_ver => '0.75',
+        usage      => 'Testing suite',
+        required   => 0,
+        min_ver    => '0.75',
     },
     'Sys::CPU' => {
-        usage => 'Core',
-        required => 0,
-        min_ver => '0.52',
+        usage      => 'Testing suite',
+        required   => 0,
+        min_ver    => '0.52',
+    },
+    'Net::OAuth2::AuthorizationServer' => {
+        usage    => 'REST API',
+        required => '0',
+        min_ver  => '0.16',
+    },
+    'CGI::Emulate::PSGI' => {
+        usage    => 'Plack',
+        required => '1',
+        min_ver  => '0.20',
+    },
+    'CGI::Compile' => {
+       usage    => 'Plack',
+       required => '1',
+       min_ver  => '0.17'
+    },
+    'Clone' => {
+        usage    => 'ILL, Test suite',
+        required => '1',
+        min_ver  => '0.37',
     },
 };