diff options
author | seb <seb@pkgsrc.org> | 2010-04-24 09:00:48 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-04-24 09:00:48 +0000 |
commit | 1a3e55ea72dfa8dab78d9db80693220a5d0cb87d (patch) | |
tree | 7274b7f739d3c6c113384f1bfb10127accc11f25 /doc | |
parent | 77950bf39481538b464635e7f3923c368618481e (diff) | |
download | pkgsrc-1a3e55ea72dfa8dab78d9db80693220a5d0cb87d.tar.gz |
Note initial addition of p5-AnyEvent-HTTP version 1.44 as
www/p5-AnyEvent-HTTP into The NetBSD Packages Collection.
The Perl 5 module AnyEvent::HTTP is an AnyEvent user, you need to
make sure that you use and run a supported event loop. It implements
a simple, stateless and non-blocking HTTP client. It supports GET,
POST and other request methods, cookies and more, all on a very low
level. It can follow redirects supports proxies and automatically
limits the number of connections to the values specified in the
RFC.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES-2010 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2010 b/doc/CHANGES-2010 index 69a4a8d4313..ebeaa0c1833 100644 --- a/doc/CHANGES-2010 +++ b/doc/CHANGES-2010 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2010,v 1.1650 2010/04/24 08:03:22 seb Exp $ +$NetBSD: CHANGES-2010,v 1.1651 2010/04/24 09:00:48 seb Exp $ Changes to the packages collection and infrastructure in 2010: @@ -2094,3 +2094,4 @@ Changes to the packages collection and infrastructure in 2010: Updated audio/libvorbis to 1.3.1 [wiz 2010-04-23] Updated devel/p5-Carp-REPL to 0.15 [seb 2010-04-24] Added www/p5-Corona version 0.1004 [seb 2010-04-24] + Added www/p5-AnyEvent-HTTP version 1.44 [seb 2010-04-24] |