Bugzilla – Attachment 42277 Details for
Bug 14775
Plack::Middleware::ReverseProxy should not be required
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14775: Plack::Middleware::ReverseProxy should not be required
Bug-14775-PlackMiddlewareReverseProxy-should-not-b.patch (text/plain), 805 bytes, created by
Jonathan Druart
on 2015-09-03 09:13:30 UTC
(
hide
)
Description:
Bug 14775: Plack::Middleware::ReverseProxy should not be required
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-09-03 09:13:30 UTC
Size:
805 bytes
patch
obsolete
>From 114dae54f310d0928ffb153deb08a6afc20fde0c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 3 Sep 2015 10:13:00 +0100 >Subject: [PATCH] Bug 14775: Plack::Middleware::ReverseProxy should not be > required > >But optional. >--- > C4/Installer/PerlDependencies.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index f7a1bd9..dfe61b6 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -6,7 +6,7 @@ use strict; > our $PERL_DEPS = { > 'Plack::Middleware::ReverseProxy' => { > 'usage' => 'Plack', >- 'required' => '1', >+ 'required' => '0', > 'min_ver' => '0.14' > }, > 'XML::LibXSLT' => { >-- >2.1.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 14775
:
42277
|
42278
|
42363