Bugzilla – Attachment 76599 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), 945 bytes, created by
Mirko Tietgen
on 2018-06-29 22:13:15 UTC
(
hide
)
Description:
Bug 20693: Plack fails, because 'libcgi-emulate-psgi-perl' package is not installed
Filename:
MIME Type:
Creator:
Mirko Tietgen
Created:
2018-06-29 22:13:15 UTC
Size:
945 bytes
patch
obsolete
>From 2b40d6cf4f7a951eebc4f0f2dadea6d9cb5bcee6 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 9c35d88de7..0e5cd316d8 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -872,6 +872,11 @@ our $PERL_DEPS = { > 'required' => '0', > 'min_ver' => '0.17', > }, >+ 'CGI::Emulate::PSGI' => { >+ usage => 'Plack', >+ required => '1', >+ min_ver => '0.20', >+ }, > }; > > 1; >-- >2.17.1
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