freebsd-ports/devel/p5-Data-RoundRobin/pkg-descr
Cheng-Lung Sung 91dc77d3cf 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>
2007-01-07 08:38:41 +00:00

6 lines
272 B
Text

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/