[Catalyst] $c->forward return stuff

Perrin Harkins perrin at elem.com
Wed May 10 16:45:51 CEST 2006


Yuval Kogman wrote:
> We can't change that due to compatibility.
> 
> In the future we may have a 'call' which is like forward only
> without the eval and without the return value munging, so that you
> can also return lists.

For now, you can avoid the issue by simply calling the method you want 
directly, without forward().

- Perrin



More information about the Catalyst mailing list