It turns out the restarter didn't really work on Win32. This checkin
authorDave Rolsky <autarch@urth.org>
Tue, 19 May 2009 16:13:06 +0000 (16:13 +0000)
committerDave Rolsky <autarch@urth.org>
Tue, 19 May 2009 16:13:06 +0000 (16:13 +0000)
commit2e9609df62f3b018014679ebbda3e90648b58cbc
treedced53557a1862a76459a74e1127b2554233a8ad
parent555cab18422e471424b07d33ed7466c70cb6464d
It turns out the restarter didn't really work on Win32. This checkin
adds a hacktastic Win32-specific restarter that uses Proc::Background
(which uses Win32::Process) and actually works.

You won't get any of the benefits of the new restarter code on Win32,
since it reloads everything on every restart, but it does actually
seem to work, and it's not any worse than the old version.
Makefile.PL
lib/Catalyst/Helper.pm
lib/Catalyst/Restarter.pm
lib/Catalyst/Restarter/Forking.pm [new file with mode: 0644]
lib/Catalyst/Restarter/Win32.pm [new file with mode: 0644]