Plack::Server::FCGI::Engine::ProcManager - DEPRECATED use Plack::Handler::FCGI::Engine::ProcManager


FCGI-Engine documentation Contained in the FCGI-Engine distribution.

Index


Code Index:

NAME

Top

Plack::Server::FCGI::Engine::ProcManager - DEPRECATED use Plack::Handler::FCGI::Engine::ProcManager

DESCRIPTION

Top

DEPRECATED use Plack::Handler::FCGI::Engine::ProcManager

BUGS

Top

All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT.

AUTHOR

Top

Stevan Little <stevan.little@iinteractive.com>

COPYRIGHT AND LICENSE

Top


FCGI-Engine documentation Contained in the FCGI-Engine distribution.

package Plack::Server::FCGI::Engine::ProcManager;
use Moose;

our $VERSION   = '0.18';
our $AUTHORITY = 'cpan:STEVAN';

extends 'Plack::Handler::FCGI::Engine::ProcManager';

__PACKAGE__->meta->make_immutable;

no Moose; 1;

__END__