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::Parser::XS.

0.08
	- improve compatibility (mainly Solaris, thanks to gfx)

0.07  Tue Mar 02 15:40:00 2010
	- fix build error when using older versions of Pod::Text

0.06  Tue Feb 23 06:16:00 2010
	- fix memory leak, add more checks (thanks to charsbar)
	- prereq Test::More (see rt.cpan.org #54358)

0.05  Fri Oct 23 21:12:00 2009
	- no more (implicitly) depend on Exporter 5.63 (see http://rt.cpan.org/Public/Bug/Display.html?id=50607, thanks to ANDK for reporting)

0.04  Fri Oct 16 08:15:00 2009
	- fix memory leak (thanks to nothingmuch for writing the patch)

0.03  Fri Oct 02 06:30:00 2009
	- add REQUEST_URI to response

0.02  Tue Sep 29 12:55:00 2009
	- url-decode PATH_INFO

0.01  Mon Sep 14 11:45:00 2009
	- initial version