ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-Watchdog/Watchdog.pm
(Generate patch)

Comparing AnyEvent-Watchdog/Watchdog.pm (file contents):
Revision 1.3 by root, Thu Aug 13 22:56:11 2009 UTC vs.
Revision 1.4 by root, Fri Aug 14 23:07:09 2009 UTC

53# load modules we will use later anyways 53# load modules we will use later anyways
54use common::sense; 54use common::sense;
55 55
56use Carp (); 56use Carp ();
57 57
58our $VERSION = '0.1'; 58our $VERSION = '0.9';
59 59
60our $PID; # child pid 60our $PID; # child pid
61our $ENABLED = 1; 61our $ENABLED = 1;
62our $AUTORESTART; # actually exit 62our $AUTORESTART; # actually exit
63our $HEARTBEAT; 63our $HEARTBEAT;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines