[koha-commits] main Koha release repository branch master updated. v16.05.00-170-gd69d874

Git repo owner gitmaster at git.koha-community.org
Fri Jun 24 15:05:33 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, master has been updated
       via  d69d874a3f749687c2ff9a8d2a400378dfc94ff6 (commit)
      from  38d1a1862dcc26e284953fd383150816a183a7d5 (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 d69d874a3f749687c2ff9a8d2a400378dfc94ff6
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>

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

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