Bugzilla – Attachment 75338 Details for
Bug 20693
Plack fails, because 'libcgi-emulate-psgi-perl' package is not installed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20693: Plack fails, because 'libcgi-emulate-psgi-perl' package is not installed
Bug-20693-Plack-fails-because-libcgi-emulate-psgi-.patch (text/plain), 941 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2018-05-15 16:59:47 UTC
(
hide
)
Description:
Bug 20693: Plack fails, because 'libcgi-emulate-psgi-perl' package is not installed
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-05-15 16:59:47 UTC
Size:
941 bytes
patch
obsolete
>From 8c20d28c5cd30f10c4398309c7e50065ae7a14b6 Mon Sep 17 00:00:00 2001 >From: Mirko Tietgen <mirko@abunchofthings.net> >Date: Tue, 15 May 2018 13:47:10 +0200 >Subject: [PATCH] Bug 20693: Plack fails, because 'libcgi-emulate-psgi-perl' > package is not installed > >Add CGI::Emulate::PSGI to PerlDependencies.pm > >Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > C4/Installer/PerlDependencies.pm | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index 6229742b65..130740c095 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -893,6 +893,11 @@ our $PERL_DEPS = { > required => '0', > min_ver => '0.16', > }, >+ 'CGI::Emulate::PSGI' => { >+ usage => 'Plack', >+ required => '1', >+ min_ver => '0.20', >+ }, > }; > > 1; >-- >2.17.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20693
:
74958
|
75327
|
75328
|
75338
|
75339
|
76599