[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-13-gbf384f4

Git repo owner gitmaster at git.koha-community.org
Tue Aug 16 15:04:16 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.22.x has been updated
       via  bf384f4ef9082f693e0e285f67460faea417af8a (commit)
      from  486e74dac9b316789b0591fbb3acd72bfce22a4c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bf384f4ef9082f693e0e285f67460faea417af8a
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Jun 3 11:31:44 2016 +0200

    Bug 16644: Plack: Use to_app to remove warning about Plack::App::CGIBin instance
    
    Using Plack with the debian psgi file, I get lots of warnings like:
    WARNING: Automatically converting Plack::App::CGIBin instance to a PSGI
    code reference. If you see this warning for each request, you probably
    need to explicitly call to_app() i.e.
    Plack::App::CGIBin->new(...)->to_app in your PSGI file.
    
    This patch is aimed to eliminate the warns.
    
    Test plan:
    Run Plack with plack.psgi or koha.psgi and verify if you do not see
    these warnings anymore.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    I tested on Jessie and I see no regressions.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit d69d874a3f749687c2ff9a8d2a400378dfc94ff6)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 8b15c8328bd7a104aac0900cdf88f1670f1b0c9e)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

-----------------------------------------------------------------------

Summary of changes:
 debian/templates/plack.psgi |    6 +++---
 misc/plack/koha.psgi        |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list