SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Iterator rpm build for : RedHat EL 6. For other distributions click perl-Iterator.

Name : perl-Iterator
Version : 0.03 Vendor : Dag Apt Repository, http://dag_wieers_com/apt/
Release : 1.el6.rf Date : 2010-11-12 08:18:36
Group : Applications/CPAN Source RPM : perl-Iterator-0.03-1.el6.rf.src.rpm
Size : 0.03 MB
Packager : Dag Wieers < dag_wieers_com>
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 Iterator::Util 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.

RPM found in directory: /vol/rzm3/linux-dag/dag/redhat/el6/en/x86_64/dag/RPMS

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Iterator-0.03-1.el6.rf.x86_64.rpm
ftp.icm.edu.pl  perl-Iterator-0.03-1.el6.rf.x86_64.rpm
ftp.icm.edu.pl  perl-Iterator-0.03-1.el6.rf.x86_64.rpm
     

Provides :
perl(Iterator)
perl-Iterator
perl-Iterator(x86-64)

Requires :
perl(Exception::Class) >= 1.21
perl(Test::Simple) >= 0.40
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(VersionedDependencies) <= 3.0.3-1
rpmlib(VersionedDependencies) <= 3.0.3-1
rpmlib(PayloadIsXz) <= 5.2-1


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

 
ICM