Skip Menu |

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

Report information
The Basics
Id: 117864
Status: resolved
Priority: 0/
Queue: Catalyst-Runtime

People
Owner: Nobody in particular
Requestors: dhyana1981 [...] yahoo.de
Cc:
AdminCc:

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



Subject: Catalyst 5.90100 stash bug
Date: Thu, 15 Sep 2016 17:24:01 +0200
To: "bug-Catalyst-Runtime [...] rt.cpan.org" <bug-Catalyst-Runtime [...] rt.cpan.org>
From: <dhyana1981 [...] yahoo.de>
The Catalyst 5.90100 seems to make stash, accessible as a hash, obsolete in this version (or maybe earlier). Sometimes I use $c->{stash}->{myvar} and now it does not work anymore. Only $c->stash->{myvar} access method works. Sincerely, Oleksii Andreiev
On Thu Sep 15 11:24:17 2016, dhyana1981@yahoo.de wrote: Show quoted text
> The Catalyst 5.90100 seems to make stash, accessible as a hash, > obsolete in this version (or maybe earlier). > Sometimes I use $c->{stash}->{myvar} and now it does not work anymore. > Only $c->stash->{myvar} access method works. > > Sincerely, > Oleksii Andreiev
This was fixed a while ago. But please don't do this!