libarray-iterator-perl 0.132-1 source package in Ubuntu

Changelog

libarray-iterator-perl (0.132-1) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Update standards version to 4.6.2, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 0.132.
  * Update years of upstream copyright.

 -- gregor herrmann <email address hidden>  Sat, 25 Nov 2023 18:04:13 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libarray-iterator-perl_0.132-1.dsc 2.4 KiB 6a4dc4238a1b40a043bbc9e4f939b32ac3fe109053f2e7dd5a9a52b17c6289c3
libarray-iterator-perl_0.132.orig.tar.gz 26.6 KiB c9aea382e27f35939b3e101d6fe89010ee62ce5b92e1c2fa17356f2ed7743b70
libarray-iterator-perl_0.132-1.debian.tar.xz 2.6 KiB bb41233c0f209c9af24b5a78b8d00c6d929f2666e7690610e2816fe1694f7ca9

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