| FCGI-Engine documentation | Contained in the FCGI-Engine distribution. |
Plack::Server::FCGI::Engine::ProcManager - DEPRECATED use Plack::Handler::FCGI::Engine::ProcManager
DEPRECATED use Plack::Handler::FCGI::Engine::ProcManager
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.
Stevan Little <stevan.little@iinteractive.com>
Copyright 2009-2010 Infinity Interactive, Inc.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| 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__