Proc-Daemontools-Service

 view release on metacpan or  search on metacpan

lib/Proc/Daemontools/Service.pm  view on Meta::CPAN


=head2 C<< new >>

Takes no arguments (yet).

=cut

sub new {
  my $class = shift;
  die "no arguments to new" if @_;
  return bless {} => $class;
}

=head2 C<< run >>

Install signal handlers and call C<< svc_run >>, which
may continue indefinitely.

If C<< svc_run >> ever finishes, calls C<< exit >>.

=cut



( run in 0.254 second using v1.01-cache-2.11-cpan-65fba6d93b7 )