Bugzilla – Attachment 75327 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), 879 bytes, created by
Mirko Tietgen
on 2018-05-15 12:01:29 UTC
(
hide
)
Description:
Bug 20693: Plack fails, because 'libcgi-emulate-psgi-perl' package is not installed
Filename:
MIME Type:
Creator:
Mirko Tietgen
Created:
2018-05-15 12:01:29 UTC
Size:
879 bytes
patch
obsolete
>From ee30f2c9b386f7653b0da93517a6160503407975 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> >--- > C4/Installer/PerlDependencies.pm | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index 6229742..130740c 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.1.4
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