libiterator-util-perl 0.02+ds1-ok2 source package in openKylin
Changelog
libiterator-util-perl (0.02+ds1-ok2) nile; urgency=medium * Re-upload -- CI Bot <email address hidden> Tue, 09 Jul 2024 03:04:00 +0000
libiterator-util-perl (0.02+ds1-ok2) nile; urgency=medium * Re-upload -- CI Bot <email address hidden> Tue, 09 Jul 2024 03:04:00 +0000
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | perl | |
Huanghe V3.0 | release | main | perl | |
Nile V2.0 | release | main | perl | |
Nile V2.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
libiterator-util-perl_0.02+ds1.orig.tar.gz | 11.0 KiB | 66c2e4dd4eb9dc27bfce3b195aca56fa35dad143fa61e610031500ff374096fa |
libiterator-util-perl_0.02+ds1-ok2.debian.tar.xz | 1.4 KiB | f194edfb76395c64e9234a2956849cc18002413aec4ef0dec85aef8e58434d34 |
libiterator-util-perl_0.02+ds1-ok2.dsc | 2.0 KiB | 240b8ffb8914c1c3c5ff07dcde9344fd3410d13d130480714eb90f1cc6274570 |
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.