Re: [Catalyst] stash alternative for passing data

2017-05-11 Thread Robert Brown
You can configure Catalyst::View::JSON to NOT work on the entire stash. See 'expose_stash' in the config: https://metacpan.org/pod/Catalyst::View::JSON On 11/05/17 20:29, Rajesh Kumar Mallah wrote: Hi We need to pass value of variables from one stage of request processing to other. We

[Catalyst] stash alternative for passing data

2017-05-11 Thread Rajesh Kumar Mallah
Hi We need to pass value of variables from one stage of request processing to other. We can use stash , but the problem is some views like Catalyst::View::JSON tend to work on the entire stash and they convert the stash to JSON output and we do not want to expose all the intermediate