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.9 by root, Wed Apr 27 23:43:02 2022 UTC vs.
Revision 1.10 by root, Thu Apr 28 16:16:37 2022 UTC

62# load modules we will use later anyways 62# load modules we will use later anyways
63use common::sense; 63use common::sense;
64 64
65use Carp (); 65use Carp ();
66 66
67our $VERSION = '1.01' 67our $VERSION = '1.02';
68 68
69our $PID; # child pid 69our $PID; # child pid
70our $ENABLED = 0; # also version 70our $ENABLED = 0; # also version
71our $AUTORESTART; # actually exit 71our $AUTORESTART; # actually exit
72our ($P, $C); 72our ($P, $C);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines