SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-MooseX-Iterator rpm build for : OpenSuSE. For other distributions click perl-MooseX-Iterator.

Name : perl-MooseX-Iterator
Version : 0.11 Vendor : openSUSE
Release : 10.26 Date : 2017-10-03 10:17:21
Group : Development/Libraries/Perl Source RPM : perl-MooseX-Iterator-0.11-10.26.src.rpm
Size : 0.01 MB
Packager : https://bugs_opensuse_org
Summary : Iterate over collections
Description :
This is an attempt to add smalltalk-like streams to Moose. It currently
works with ArrayRefs and HashRefs.

* next

The next method provides the next item in the colletion.

For arrays it returns the element of the array

For hashs it returns a pair as a hashref with the keys: key and value

* has_next

The has_next method is a boolean method that is true if there is another
item in the colletion after the current item. and falue if there isn\'t.

* peek

The peek method returns the next item without moving the state of the
iterator forward. It returns undef if it is at the end of the collection.

* reset

Resets the cursor, so you can iterate through the elements again.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/ALP:/Experimental:/Slowroll/base.20240702/repo/oss/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-MooseX-Iterator-0.11-10.26.noarch.rpm
ftp.icm.edu.pl  perl-MooseX-Iterator-0.11-10.26.noarch.rpm
ftp.icm.edu.pl  perl-MooseX-Iterator-0.11-10.26.noarch.rpm
ftp.icm.edu.pl  perl-MooseX-Iterator-0.11-10.26.noarch.rpm
     

Provides :
perl(Moose::Meta::Attribute::Custom::Iterable)
perl(MooseX::Iterator)
perl(MooseX::Iterator::Array)
perl(MooseX::Iterator::Hash)
perl(MooseX::Iterator::Meta::Iterable)
perl(MooseX::Iterator::Role)
perl-MooseX-Iterator

Requires :
perl(:MODULE_COMPAT_5.40.0)
perl(Moose) >= 0.86
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/lib/perl5/vendor_perl/5.40.0/MooseX
/usr/lib/perl5/vendor_perl/5.40.0/MooseX/Iterator
/usr/lib/perl5/vendor_perl/5.40.0/MooseX/Iterator.pm
/usr/lib/perl5/vendor_perl/5.40.0/MooseX/Iterator/Array.pm
/usr/lib/perl5/vendor_perl/5.40.0/MooseX/Iterator/Hash.pm
/usr/lib/perl5/vendor_perl/5.40.0/MooseX/Iterator/Meta
/usr/lib/perl5/vendor_perl/5.40.0/MooseX/Iterator/Meta/Iterable.pm
/usr/lib/perl5/vendor_perl/5.40.0/MooseX/Iterator/Role.pm
/usr/share/man/man3/MooseX::Iterator.3pm.gz

 
ICM