Provided by: libfcgi-engine-perl_0.22-2_all 

NAME
FCGI::Engine::Core - A base class for various FCGI::Engine flavors
DESCRIPTION
This is a base class for various FCGI::Engine flavors, it should be possible to subclass this to add
different approaches to FCGI::Engine.
The basic FCGI::Engine shows a Catalyst/CGI::Application style approach with a simple handler class,
while the FCGI::Engine::PSGI shows how this can be used to run things like PSGI applications.
This class is mostly of interest to other FCGI::Engine flavor developers, who should pretty much just
read the source. The relevant docs are to be found in FCGI::Engine and FCGI::Engine::PSGI.
BUGS
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
Stevan Little <stevan@iinteractive.com>
COPYRIGHT AND LICENSE
Copyright 2007-2010 by Infinity Interactive, Inc.
<http://www.iinteractive.com>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl
itself.
perl v5.36.0 2022-12-10 FCGI::Engine::Core(3pm)