deb_control_files:
- control
- md5sums
deb_fields:
Architecture: all
Depends: perl:any
Description: |-
module that cycles through a list of values
Use List::Rotation::Cycle to loop through a list of values. Once you get to
the end of the list, you go back to the beginning.
.
List::Rotation::Cycle is implemented as a Singleton Pattern. You always just
get 1 (the very same) Cycle object even if you use the new method several
times. This is done by using Memoize on the new method. It returns the same
object for every use of new that comes with the same List of parameters.
Homepage: https://metacpan.org/release/List-Rotation-Cycle
Installed-Size: '19'
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Multi-Arch: foreign
Package: liblist-rotation-cycle-perl
Priority: optional
Section: perl
Version: 1.009-3
srcpkg_name: liblist-rotation-cycle-perl
srcpkg_version: 1.009-3