Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37042322
en ru br
ALT Linux repos
S:0.3-alt2.1
5.0: 0.3-alt2

Group :: Development/Perl
RPM: perl-Class-Iterator

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.3-alt2.1
Build date: 22 november 2010, 17:53 ( 696.5 weeks ago )
Size: 5555 b

Home page:   http://search.cpan.org/dist/Class-Iterator/

License: Artistic
Summary: Class::Iterator - generic iterator object class
Description:

Class::Iterator is a generic iterator object class.
It use a closure an wrap into an object interface.

use Class::Iterator;

my $it = Class::Iterator->new(\&closure_generator);
while (my $v = $it->next) { print "value : $v\n" }

Current maintainer: Michael Bochkaryov

List of contributors

List of rpms provided by this srpm:

  • perl-Class-Iterator
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin