Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Iterator-0.03-1.el6.rf RPM for x86_64

From DAG packages for Red Hat Linux el6 x86_64

Name: perl-Iterator Distribution: RPMForge repository for Red Hat Enterprise Linux 6
Version: 0.03 Vendor: Dag Apt Repository, http://dag.wieers.com/apt/
Release: 1.el6.rf Build date: Fri Nov 12 08:18:36 2010
Group: Applications/CPAN Build host: lisse.hasselt.wieers.com
Size: 36501 Source RPM: perl-Iterator-0.03-1.el6.rf.src.rpm
Packager: Dag Wieers <dag@wieers.com>
Url: http://search.cpan.org/dist/Iterator
Summary: A general-purpose iterator class
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.

Provides

Requires

License

Artistic/GPL

Changelog

* Wed Feb 03 2010 Christoph Maser <cmr@financial.com> - 0.03-1 - 8549/cmr
  - initial package

Files

/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


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 08:43:35 2024