libarray-iterator-perl 0.131-2 source package in Ubuntu

Changelog

libarray-iterator-perl (0.131-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libarray-iterator-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 15:53:55 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libarray-iterator-perl_0.131-2.dsc 2.1 KiB b6836757cdfc313608af7035ad6d5ca8402d5ebbaacc28ffcf04235579c23881
libarray-iterator-perl_0.131.orig.tar.gz 27.0 KiB 45a346511469645bb4d1509a7aa53d2f0b02063561c0b433efa1d754825632ff
libarray-iterator-perl_0.131-2.debian.tar.xz 2.5 KiB 476161565937f627d64695695c0db066703209decfdaca7036ae2bd24696bd00

Available diffs

No changes file available.

Binary packages built by this source

libarray-iterator-perl: simple class to provide iterators over Perl arrays

 Array::Iterator Perl module provides a very simple iterator
 interface. It is uni-directional and can only be used once. It
 provides no means of reversing or resetting the iterator. It is not
 recommended to alter the array during iteration, however no attempt is
 made to enforce this. This class only intends to provide a clear and simple
 means of generic iteration, nothing more (yet).
 .
 This package also provides:
  * Array::Iterator::BiDirectional to allow forward and backward iteration
  * Array::Iterator::Circular to allow circular iteration
  * Array::Iterator::Reusable to allow reuse of iterators