Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Catalyst-Engine-PSGI CPAN distribution.

Report information
The Basics
Id: 103471
Status: resolved
Priority: 0/
Queue: Catalyst-Engine-PSGI

People
Owner: Nobody in particular
Requestors: Support [...] RoxSoft.co.uk
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.13
Fixed in: (no value)



Subject: Fails to install with Catalyst 5.90082
Fails to install with Catalyst 5.90082. I *think* it's related to the changes in the way the stash is initialised in Catalyst [info] Hello powered by Catalyst 5.90082 You are running Catalyst::Engine::PSGI, which is considered a legacy engine for this version of Catalyst. We will continue running and use your existing psgi file, but it is recommended to perform the trivial upgrade process, which will leave you with less code and a forward path. Please review Catalyst::Upgrading Subroutine Catalyst::Request::env redefined at /home/pjf/.cpanm/work/1428854626.7149/Catalyst-Engine-PSGI-0.13/blib/lib/Catalyst/Engine/PSGI.pm line 13. env as a writer is deprecated, you probably need to upgrade Catalyst::Engine::PSGI at /home/pjf/Perl/lib/perl5/Catalyst/Engine.pm line 28. Use of uninitialized value in string eq at /home/pjf/Perl/lib/perl5/Catalyst/Request.pm line 364. [error] Caught exception in engine "You requested a stash, but one does not exist. at /home/pjf/Perl/lib/perl5/Catalyst.pm line 517."
On Sun Apr 12 12:13:13 2015, PJFL wrote: Show quoted text
> Fails to install with Catalyst 5.90082. I *think* it's related to the > changes in the way the stash is initialised in Catalyst
I concur. I have Catalyst 5.90085 and I've tried to install *every* version of Catalyst::Engine::PSGI (from 0.01 all the way to the latest version of 0.13) with no success. I get the same stash error.
Subject: Re: [rt.cpan.org #103471] Fails to install with Catalyst 5.90082
Date: Sat, 18 Apr 2015 20:36:16 +0000
To: bug-Catalyst-Engine-PSGI [...] rt.cpan.org
From: Tatsuhiko Miyagawa <miyagawa [...] gmail.com>
OK thanks for the report but now that Catalyst does PSGI out of the box this engine is no longer relevant. What do you want to use this for? On Sat, Apr 18, 2015, 10:22 PM Yousef H. Alhashemi via RT < bug-Catalyst-Engine-PSGI@rt.cpan.org> wrote: Show quoted text
> Queue: Catalyst-Engine-PSGI > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=103471 > > > On Sun Apr 12 12:13:13 2015, PJFL wrote: >
> > Fails to install with Catalyst 5.90082. I *think* it's related to the > > changes in the way the stash is initialised in Catalyst
> > I concur. I have Catalyst 5.90085 and I've tried to install *every* > version of Catalyst::Engine::PSGI (from 0.01 all the way to the latest > version of 0.13) with no success. I get the same stash error. > >
On Sat Apr 18 16:36:26 2015, miyagawa@gmail.com wrote: Show quoted text
> OK thanks for the report but now that Catalyst does PSGI out of the box > this engine is no longer relevant. What do you want to use this for?
In my case, I was following the instructions at http://suryahunter.com/wiki/hunter/perl_ironman/mount_multiple_apps_with_plack, which uses Catalyst::Engine::PSGI. I was unware of Catalyst's psgi_app() method. I will test it when I get home.
Subject: Re: [rt.cpan.org #103471] Fails to install with Catalyst 5.90082
Date: Sun, 19 Apr 2015 09:08:35 +0000
To: bug-Catalyst-Engine-PSGI [...] rt.cpan.org
From: Tatsuhiko Miyagawa <miyagawa [...] gmail.com>
I'm sure it's an outdated information. I just shipped Catalyst::Engine::PSGI with a deprecation warning. On Sun, Apr 19, 2015 at 10:48 AM Yousef H. Alhashemi via RT < bug-Catalyst-Engine-PSGI@rt.cpan.org> wrote: Show quoted text
> Queue: Catalyst-Engine-PSGI > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=103471 > > > On Sat Apr 18 16:36:26 2015, miyagawa@gmail.com wrote: >
> > OK thanks for the report but now that Catalyst does PSGI out of the box > > this engine is no longer relevant. What do you want to use this for?
> > In my case, I was following the instructions at > http://suryahunter.com/wiki/hunter/perl_ironman/mount_multiple_apps_with_plack, > which uses Catalyst::Engine::PSGI. I was unware of Catalyst's psgi_app() > method. I will test it when I get home. >
I was installing Pod::Browser which has this as a hard dependency
Subject: Re: [rt.cpan.org #103471] Fails to install with Catalyst 5.90082
Date: Tue, 21 Apr 2015 13:50:02 +0000
To: bug-Catalyst-Engine-PSGI [...] rt.cpan.org
From: Tatsuhiko Miyagawa <miyagawa [...] gmail.com>
I recommend you to file a bug report or pull request to fix that. Thanks. On Tue, Apr 21, 2015, 6:37 AM Peter Flanigan via RT < bug-Catalyst-Engine-PSGI@rt.cpan.org> wrote: Show quoted text
> Queue: Catalyst-Engine-PSGI > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=103471 > > > I was installing Pod::Browser which has this as a hard dependency >