This module provides a round roubin object implementation. It is similar to an iterator, only the internal counter is reset to the begining whenever it reaches the end. It might also be considered as a circular iterator. WWW: http://search.cpan.org/dist/Data-RoundRobin/ Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->clsung Let me take it.
clsung 2007-01-07 08:38:42 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Data-RoundRobin Makefile distinfo pkg-descr pkg-plist Log: Add p5-Data-RoundRobin 0.03, serve data in a round robin manner. PR: ports/107570 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org> Revision Changes Path 1.2588 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/p5-Data-RoundRobin/Makefile (new) 1.1 +3 -0 ports/devel/p5-Data-RoundRobin/distinfo (new) 1.1 +6 -0 ports/devel/p5-Data-RoundRobin/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-Data-RoundRobin/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thank You.