Bug 16644: Plack: Use to_app to remove warning about Plack::App::CGIBin instance
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 3 Jun 2016 09:31:44 +0000 (11:31 +0200)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 24 Jun 2016 13:06:37 +0000 (13:06 +0000)
commitd69d874a3f749687c2ff9a8d2a400378dfc94ff6
tree242caf1ec6a6a59285cc5af875c0b714f5809047
parent38d1a1862dcc26e284953fd383150816a183a7d5
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@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
I tested on Jessie and I see no regressions.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
debian/templates/plack.psgi
misc/plack/koha.psgi