Mojo::Server::FCGI is a very speedy FastCGI implementation using FCGI and the
preferred deployment option for production servers under heavy load.

To install this module type the following:

    perl Makefile.PL
    make
    make test
    make install
