Bug 20693: Plack fails, because 'libcgi-emulate-psgi-perl' package is not installed
authorMirko Tietgen <mirko@abunchofthings.net>
Tue, 15 May 2018 11:47:10 +0000 (13:47 +0200)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 24 Sep 2018 13:19:56 +0000 (15:19 +0200)
Add CGI::Emulate::PSGI to PerlDependencies.pm

Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit f9e06c38495ad9b7c14a9866414c229da92833db)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit 459e6b7486944337f96d281392481a360be631f5)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>

C4/Installer/PerlDependencies.pm

index 7f31e3f..be93bb0 100644 (file)
@@ -862,6 +862,11 @@ our $PERL_DEPS = {
         'required' => '0',
         'min_ver'  => '0.17',
     },
+    'CGI::Emulate::PSGI' => {
+        usage    => 'Plack',
+        required => '1',
+        min_ver  => '0.20',
+    },
 };
 
 1;