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
This commit is contained in:
mef 2015-01-12 07:19:50 +00:00
parent 0a42f122c5
commit 4a432278ee
2 changed files with 6 additions and 7 deletions

View file

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.9 2014/05/29 23:38:07 wiz Exp $
# $NetBSD: Makefile,v 1.10 2015/01/12 07:19:50 mef Exp $
DISTNAME= HTTP-Async-0.23
DISTNAME= HTTP-Async-0.27
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2014/02/23 13:15:11 wen Exp $
$NetBSD: distinfo,v 1.3 2015/01/12 07:19:50 mef Exp $
SHA1 (HTTP-Async-0.23.tar.gz) = ffd43147ab2ef11911bffa3bf415afa42d7ae6b2
RMD160 (HTTP-Async-0.23.tar.gz) = 39f3518dfdfb0af7850bfd560f0c62018293228f
Size (HTTP-Async-0.23.tar.gz) = 20625 bytes
SHA1 (HTTP-Async-0.27.tar.gz) = fdb12677d6b2b0360b1c5c4d5d370eb572722470
RMD160 (HTTP-Async-0.27.tar.gz) = bf574a8885219c03c8dbfda93800de775d6abae9
Size (HTTP-Async-0.27.tar.gz) = 22773 bytes