Revamped how the restarter stuff works so it's totally separate from
authorDave Rolsky <autarch@urth.org>
Fri, 24 Apr 2009 02:02:19 +0000 (02:02 +0000)
committerDave Rolsky <autarch@urth.org>
Fri, 24 Apr 2009 02:02:19 +0000 (02:02 +0000)
commit8462f41eb3090c92cc1d775b5019eb3bc4b2d41a
treea642693498858a9609c8109d3c178759c40cf7c9
parente29e55157d6c6d7478f17e3eacf714a209b1994e
Revamped how the restarter stuff works so it's totally separate from
the Catalyst Engine modules.

This is _much_ simpler, and there's no need to test for
reloadability. If it fails to reload, the server dies, but it keeps
watching for changes, and will keep trying to reload as you change
things.
lib/Catalyst/Devel.pm
lib/Catalyst/Helper.pm
lib/Catalyst/Restarter.pm [new file with mode: 0644]
lib/Catalyst/Watcher.pm [new file with mode: 0644]