[Catalyst] Re: 15s latency with fastcgi+Apache2+catalyst 5.8

Paul Makepeace paulm at paulm.com
Fri May 22 00:08:39 GMT 2009


On Tue, May 19, 2009 at 5:49 PM, Paul Makepeace <paulm at paulm.com> wrote:
> IDL::Web is using the deprecated Catalyst::Base, update your
> application as this will be removed in the next major release at
> /usr/share/perl5/Catalyst/Base.pm line 7.
>
> Catalyst::Base doesn't appear in our app anywhere(?!)

Turns out this was due to DefaultEnd which inherits from
Catalyst::Base. Putting,

sub end : ActionClass('RenderView') {}

and changing config->{view} to config->{default_view} in our App.pm
seems to have sorted it.

Paul



More information about the Catalyst mailing list