FCGI-EV version 1.0.8

This module implement FastCGI protocol for use in EV-based applications.
(That mean you have to run EV::loop in your application or this module
will not work.)



INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install


DEPENDENCIES

 EV
 IO::Stream


COPYRIGHT AND LICENCE

Copyright (C) 2009, Alex Efros

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.