libiterator-util-perl 0.02-ok1 source package in openKylin

Changelog

libiterator-util-perl (0.02-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- sufang <email address hidden>  Thu, 15 Sep 2022 09:31:54 +0800

Upload details

Uploaded by:
sufang
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libiterator-util-perl_0.02.orig.tar.gz 19.4 KiB d6400b05fe79ce5c3b54851a0fb7fab56026e9f079c5af9ed24451dd859c22e9
libiterator-util-perl_0.02-ok1.debian.tar.xz 1.7 KiB 68f1897bb04301d768b8e0c2a014fa7743f1dde9dfa7e5f30fbdc67f10087988
libiterator-util-perl_0.02-ok1.dsc 1.9 KiB e94da775becfc7f375702ae005786e50274219392298997b0b9c32d2e093ecaf

Available diffs

View changes file

Binary packages built by this source

libiterator-util-perl: Useful functions for creating and manipulating iterator objects

 Iterator::Util implements many useful functions for creating and manipulating
 iterator objects.
 .
 An "iterator" is an object, represented as a code block that generates the
 "next value" of a sequence, and generally implemented as a closure. For
 further information, including a tutorial on using iterator objects, see the
 Iterator documentation.