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.7 by root, Tue Sep 1 14:52:07 2009 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.0'; 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);
254our $end; 254our $end;
255END { $end && &$end } 255END { $end && &$end }
256 256
257=head1 SEE ALSO 257=head1 SEE ALSO
258 258
259L<AnyEvent::Watchdg::Util>, L<AnyEvent>. 259L<AnyEvent::Watchdog::Util>, L<AnyEvent>.
260 260
261=head1 AUTHOR 261=head1 AUTHOR
262 262
263 Marc Lehmann <schmorp@schmorp.de> 263 Marc Lehmann <schmorp@schmorp.de>
264 http://home.schmorp.de/ 264 http://home.schmorp.de/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines