Subject: CVS commit: pkgsrc/devel/p5-Coro
From: Stoned Elipot
Date: 2010-04-20 00:11:50
Message id: 20100419221150.94648175DF@cvs.netbsd.org

Log Message:
Initial import of p5-Coro version 5.22 in the NetBSD Packages
Collection.

The Perl 5 module collection Coro manages continuations in general,
most often in the form of cooperative threads.The specific flavor
of thread offered by this module also guarantees you that it will
not switch between threads unless necessary, at easily-identified
points in your program, so locking and parallel access are rarely
an issue, making thread programming much safer and easier than using
other thread models.


Files:
RevisionActionfile
1.1importpkgsrc/devel/p5-Coro/DESCR
1.1importpkgsrc/devel/p5-Coro/Makefile
1.1importpkgsrc/devel/p5-Coro/distinfo
1.1importpkgsrc/devel/p5-Coro/patches/patch-aa