Bug 21722: Use Koha::Account->add_debit in chargelostitem
[koha.git] / C4 / Installer / PerlDependencies.pm
index cfd8d68..fc5e99e 100644 (file)
@@ -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',
@@ -617,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',
@@ -722,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',
@@ -837,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',
@@ -890,14 +875,24 @@ our $PERL_DEPS = {
     },
     'Net::OAuth2::AuthorizationServer' => {
         usage    => 'REST API',
-        required => '1',
+        required => '0',
         min_ver  => '0.16',
     },
-    'Mojolicious::Plugin::OAuth2::Server' => {
-        usage    => 'REST API',
+    '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.40',
-    }
+        min_ver  => '0.37',
+    },
 };
 
 1;