Path to this page:
Subject: CVS commit: pkgsrc/www/p5-HTTP-Async
From: Makoto Fujiwara
Date: 2015-01-12 08:19:50
Message id: 20150112071950.320EE98@cvs.netbsd.org
Log Message:
Update 0.23 to 0.27
-------------------
0.27 2014/11/17
* Github user acferen finally patched the long-standing timeout bug
Thanks acferen!
0.26 2014/06/06
* Daniel Lintott of the Debian Perl Group reported that the HTTP::Async proxy
tests were broken with a development version of HTTP-Server-Simple (0.45_1)
I fixed the test, or rather fixed t/TestServer.pm, so that it would work
Thanks Daniel!
* While I was in there, I replaced some warn() calls in the tests with diag()
calls, to be a better TAP citizen
0.25 2014/03/20
* Added remove($id) and remove_all() methods
Thanks go to rt.cpan.org user Ikegami
* Added support for forwarding headers on redirect
Thanks to Github users kloevschall and kaol
* Added support for having an HTTP::Cookies cookie jar object
Thanks again to Github user kaol
* Use Net::EmptyPort for the TestServer in the tests
Thanks to Github user and all around great Perl Monger DrHyde
0.24 2014/03/19
* Better POD docs for the counting methods
- Requested by Dave Hodgkinson via rt.cpan.org
Files: