NAME
Parse::DaemontoolsStatus - parse daemontools status line
SYNOPSIS
use Parse::DaemontoolsStatus;
my $data = Parse::DaemontoolsStatus->parse($line);
__END__
$data = +{
service => '/service/some_app',
status => 'down',
pid => undef,
seconds => 10,
info => '',
};
DESCRIPTION
Parse::DaemontoolsStatus is parse daemontools status line
AUTHOR
Atsushi Kobayashi <nekokak _at_ gmail _dot_ com>
SEE ALSO
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.