Note initial addition of p5-Net-Server-Coro version 0.8 as

net/p5-Net-Server-Coro into The NetBSD Packages Collection.

The Perl 5 module Net::Server::Coro implements multithreaded server
for the Net::Server architecture, using Coro and Coro::Socket to
make all reads and writes non-blocking. Additionally, it supports
non-blocking SSL negotiation.
This commit is contained in:
seb 2010-04-24 08:03:22 +00:00
parent 9e186eb7a8
commit 42c39d689f

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES-2010,v 1.1649 2010/04/24 07:20:44 seb Exp $
$NetBSD: CHANGES-2010,v 1.1650 2010/04/24 08:03:22 seb Exp $
Changes to the packages collection and infrastructure in 2010:
@ -2093,3 +2093,4 @@ Changes to the packages collection and infrastructure in 2010:
Updated multimedia/libogg to 1.2.0 [wiz 2010-04-23]
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]