The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Supervisor::Class - A Perl extension for the Supervisor environment

SYNOPSIS

 use Supervisor::Class
    version => '0.01',
    base    => 'Supervisor::Base',
   ...
 ;
   

DESCRIPTION

This module inherits from Badger::Class and exposes the additinoal constants and utiltiy functions that are needed by the Supervisor environment.

SEE ALSO

 Badger::Class

 Supervisor
 Supervisor::Base
 Supervisor::Class
 Supervisor::Constants
 Supervisor::Controller
 Supervisor::Log
 Supervisor::Process
 Supervisor::ProcessFactory
 Supervisor::Session
 Supervisor::Utils
 Supervisor::RPC::Server
 Supervisor::RPC::Client

AUTHOR

Kevin Esteb, <kesteb@wsipc.org>

COPYRIGHT AND LICENSE

Copyright (C) 2009 by Kevin L. Esteb

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.