SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Iterator rpm build for : Mageia Cauldron. For other distributions click perl-Iterator.

Name : perl-Iterator
Version : 0.30.0 Vendor : Mageia_Org
Release : 10.mga9 Date : 2022-03-20 09:43:14
Group : Development/Perl Source RPM : perl-Iterator-0.30.0-10.mga9.src.rpm
Size : 0.03 MB
Packager : umeabot < umeabot>
Summary : A general-purpose iterator class
Description :
This module is meant to be the definitive implementation of iterators, as
popularized by Mark Jason Dominus\'s lectures and recent book (_Higher Order
Perl_, Morgan Kauffman, 2005).

An \"iterator\" is an object, represented as a code block that generates the
\"next value\" of a sequence, and generally implemented as a closure. When
you need a value to operate on, you pull it from the iterator. If it
depends on other iterators, it pulls values from them when it needs to.
Iterators can be chained together (see the Iterator::Util manpage for
functions that help you do just that), queueing up work to be done but _not
actually doing it_ until a value is needed at the front end of the chain.
At that time, one data value is pulled through the chain.

Contrast this with ordinary array processing, where you load or compute all
of the input values at once, then loop over them in memory. It\'s analogous
to the difference between looping over a file one line at a time, and
reading the entire file into an array of lines before operating on it.

RPM found in directory: /vol/rzm3/linux-mageia/distrib/cauldron/i586/media/core/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Iterator-0.30.0-10.mga9.noarch.rpm
ftp.icm.edu.pl  perl-Iterator-0.30.0-10.mga9.noarch.rpm
ftp.icm.edu.pl  perl-Iterator-0.30.0-10.mga9.noarch.rpm
ftp.icm.edu.pl  perl-Iterator-0.30.0-10.mga9.noarch.rpm
     

Provides :
perl(Iterator)
perl-Iterator

Requires :
perl(Exception::Class) >= 1.210.0
perl(Test::Simple) >= 0.400.0
perl(strict)
perl(warnings)
perl-base >= 2:5.34.1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/share/doc/perl-Iterator
/usr/share/doc/perl-Iterator/Changes
/usr/share/doc/perl-Iterator/META.yml
/usr/share/doc/perl-Iterator/README
/usr/share/man/man3/Iterator.3pm.xz
/usr/share/perl5/vendor_perl/Iterator.pm

 
ICM