The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for AnyEvent::Watchdog

TODO: testsuite

1.0 Wed Sep  2 20:39:06 CEST 2009
	- INCOMPATIBLE CHANGE: split into two modules, new module
          AnyEvent::Watchdog::Util is not responsible for controlling.
        - heartbeat can now *really* disable the heartbeat.
        - new function: restart_in, like restart but without exit.
        - new function: on_exit, for safe cleanup-handlers.

0.9 Sat Aug 15 01:06:17 CEST 2009
	- allow heartbeat to be reset to zero again.

0.1 Sun Aug  2 17:49:10 CEST 2009
	- first release, basically works for me(tm).

0.0 Sun Aug  2 16:50:29 CEST 2009
	- original version, leftover garbage from hacking on AnyEvent::MP.