[Catalyst] show_internal_actions => 1
Jacob Helwig
jacob.helwig at gmail.com
Sun Nov 15 11:07:33 GMT 2009
On Sun, Nov 15, 2009 at 02:59, Kiffin Gish <kiffin.gish at planet.nl> 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 <Kiffin.Gish at planet.nl>
> 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".
More information about the Catalyst
mailing list