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

Changelog

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

  * Team upload.

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

  [ gregor herrmann ]
  * Import upstream version 0.12.
  * Update build dependencies.
  * Update years of upstream copyright.
  * Add debian/upstream/metadata.
  * Annotate test-only build dependencies with <!nocheck>.
  * Declare compliance with Debian Policy 4.4.1.
  * Bump debhelper-compat to 12.
  * debian/watch: use uscan version 4.

 -- gregor herrmann <email address hidden>  Sat, 02 Nov 2019 21:25:14 +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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libarray-iterator-perl_0.12-1.dsc 2.4 KiB b8676e334bcceb32125f7fa86cb91b29a165e05b59fa4f3835cb46f658547584
libarray-iterator-perl_0.12.orig.tar.gz 26.7 KiB 1d5fc3c649c53d89fed44b8feb8ba81c992631a0ab8f42e03d34c82d5778e949
libarray-iterator-perl_0.12-1.debian.tar.xz 2.3 KiB cee9f78d63b62e20ed5937ebb84b4b294debfd0d6415b5cbdd11acc550e48e59

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