On Mon, Feb 16, 2009 at 9:18 AM, Alexander Tamm <[email protected]> wrote: > I'm experiencing a little bit of weirdness with the stash when using go(). > I'd like to make sure I'm not making false assumptions. Is the called action > supposed to see the same context and/or stash as the the calling action?
Yes. Your problem is that auto() needs a return value to say whether to go forward with an action or not, so just add "return 1;" at the end of auto(), and all will be fine. -- Lars Balker Rasmussen Consult::Perl _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
