The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension HTTP::Server::EV.

0.4 
	- Written tests
	- HTTP::Server::EV::PortListener module
	- Rewritten disk IO code. Now it can use built in perl functions or IO::AIO module.
	- Fixed segfault when uploading zero size file
	- Multipart processing callbacks. 
	- Coro support


0.31  
	- Fixed non ARRAY reference error when cgi->param called in list context with nonexistent param name
	- Added explicit type-casting, no more compiler warnings
	- Little documentation fix


0.21  
	- Written HTTP::Server::EV::Buffer - non blocking output
	- Written HTTP::Server::EV::BufTie - workaround to correct handling requests in Coro threads
	- Some changes in HTTP::Server::EV::CGI to provide non blocking output
	- Multipart files now deleted on self object DESTROY, not on parent CGI object DESTROY, so you can work with files after deleting request object

0.1  Fri Nov  4 19:50:01 2011
	- first release