1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
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

7 lines
272 B
Plaintext

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/