Changes for version 1.18 - 2009-06-10
- The forking restarter was not waiting for the child to exit, which could lead to a race condition. If the old child did not exit before the new child tried to bind to its socket, it would find the old child blocking the port it wanted.
- More fixes for the Win32 restarter. It was effectively ignoring all command-line options except those related to the restarter itself.
Modules
Catalyst Development Tools
Bootstrap a Catalyst application
Uses File::ChangeNotify to check for changed files and restart the server
Forks and restarts the child process
Uses Proc::Background to manage process restarts
Module::Install extension for Catalyst
Provides
in lib/Module/Install/Catalyst.pm