[Catalyst] New Root Controller in Catalyst 5.66

Len Jaffe lenjaffe at jaffesystems.com
Mon May 1 16:58:59 CEST 2006



--- "T. H. Lin" <easy.lin at gmail.com> wrote:

> > after reading
> > http://www.catalystframework.org/calendar/2005/8
> >
> > I did
> > # in MyAPP.pm
> > use Catalyst qw/-Debug
> >                 DefaultEnd
> >                 ..../;
> >
> > # in MyApp/Controller/Root.pm
> > sub end : Private {
'------------------------------------------------------------------+-----------'
> > it looks that DefaultEnd isn't triggered.


As expected.  Don't define your own private end, and
the default end will run in the plugin.



More information about the Catalyst mailing list