On Tue, May 19, 2009 at 5:49 PM, Paul Makepeace <[email protected]> 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

_______________________________________________
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/

Reply via email to