Skip Menu |

This queue is for tickets about the Catalyst-Devel CPAN distribution.

Report information
The Basics
Id: 46341
Status: open
Priority: 0/
Queue: Catalyst-Devel

People
Owner: Nobody in particular
Requestors: tuco [...] pasteur.fr
Cc: tuco [...] pasteur.fr
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.17
Fixed in: (no value)



CC: tuco [...] pasteur.fr
Subject: _fork_and_start, _kill_child unavailable in Catalyst::Restarter
Hi I just installed Catalyst::Devel 1.17 (Catalyst 5.80004). I tried to start my app using script/myapp_server.pl and I couldn't because of this error : tuco@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. These two missing methods are located into Catalyst::Restarter::Forking module. So I think this module should be loaded somewhere or inherited into Catalyst::Restarter. Well please have a look as it block the devel server.. Thanks for fixing it. Regards
Me again, I tried to installed Catalyst::Devel 1.16 but without success, I get the same error when starting my dev server. It looks like this problem has been introduced in Catalyst::Devel 1.16 Thanks Regards
Regenerating the scripts with the newly installed Catalyst::Devel fixes this. We'll try to provide a better error message in the future.