[Catalyst] Bug into Catalyst::Devel 1.16 and later?

Rodrigo rodrigolive at gmail.com
Mon May 25 10:57:59 GMT 2009


On Mon, May 25, 2009 at 10:57 AM, Emmanuel Quevillon <tuco at pasteur.fr>wrote:

> Hi,
>
> I've just upgraded my Catalyst::Devel to 1.17 (was in 1.15).
> Unfortunately, when I attempted to start my dev server I couldn't
> and received an error :
>
> tuco at gin bibliolist$ script/bibliolist_server.pl -r
> Can't locate object method "_fork_and_start" via package
> "Catalyst::Restarter" at
> /usr/local/share/perl/5.10.0/Catalyst/Restarter.pm line 62.
>        (in cleanup) Can't locate object method "_kill_child" via
> package "Catalyst::Restarter" at
> /usr/local/share/perl/5.10.0/Catalyst/Restarter.pm line 103.
>
>
>
Just update your scripts. It's advisable to do it with every Catalyst
update, specially with a ::Devel update.

# from directory one level above your app:

/apps/MyApp $ cd ..
/apps $ catalyst.pl -force -scripts MyApp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20090525/48da3=
85b/attachment.htm


More information about the Catalyst mailing list