Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-MooseX-Iterator | Distribution: openSUSE:Factory:zSystems |
Version: 0.11 | Vendor: openSUSE |
Release: 10.31 | Build date: Tue Oct 3 10:17:21 2017 |
Group: Development/Libraries/Perl | Build host: reproducible |
Size: 7988 | Source RPM: perl-MooseX-Iterator-0.11-10.31.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://search.cpan.org/dist/MooseX-Iterator/ | |
Summary: Iterate over collections |
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.
Artistic-1.0 or GPL-1.0+
* Tue Oct 03 2017 coolo@suse.com - patch the Makefile to build with perl 5.26 * Tue Apr 05 2011 coolo@novell.com - fix file list * Fri Apr 01 2011 coolo@novell.com - initial package 0.11 * created by cpanspec 1.78.03
/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
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Jan 4 23:43:41 2025