On Sun, Nov 15, 2009 at 02:59, Kiffin Gish <[email protected]> wrote: > Hi there. > > I've enable show_internal_actions but do not see any (obvious) > difference in the debug output, what is it exactly that I should be > seeing? > > __PACKAGE__->config( > name => 'I4', > session => { flash_to_stash => 1 }, > show_internal_actions => 0, > ); > > Thanks alot in advance, > Kiffin > > -- > Kiffin Gish <[email protected]> > Gouda, The Netherlands >
Unless that's a typo in "show_internal_actions => 0", then you probably haven't actually enabled it. I'm guessing you actually want "show_internal_actions => 1". _______________________________________________ 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/
