1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/devel/p5-Data-RoundRobin/pkg-descr
Sunpoet Po-Chuan Hsieh 955606b055 - Add LICENSE
- Use single space after WWW:

Approved by:	portmgr (blanket)
2014-12-20 18:16:10 +00:00

7 lines
272 B
Plaintext

This module provides a round robin object implementation. It is similar
to an iterator, only the internal counter is reset to the beginning
whenever it reaches the end. It might also be considered as a circular
iterator.
WWW: http://search.cpan.org/dist/Data-RoundRobin/