Bugzilla – Attachment 42363 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]
[PASSED QA] Bug 14775: Plack::Middleware::ReverseProxy should not be required
PASSED-QA-Bug-14775-PlackMiddlewareReverseProxy-sh.patch (text/plain), 933 bytes, created by
Katrin Fischer
on 2015-09-03 21:48:40 UTC
(
hide
)
Description:
[PASSED QA] Bug 14775: Plack::Middleware::ReverseProxy should not be required
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-09-03 21:48:40 UTC
Size:
933 bytes
patch
obsolete
>From 857190680ac4ab98d23554652fcb840779204f28 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] [PASSED QA] Bug 14775: Plack::Middleware::ReverseProxy should > not be required > >But optional. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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' => { >-- >1.9.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 14775
:
42277
|
42278
| 42363