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

perl-MooseX-Iterator-0.11-bp155.2.9 RPM for noarch

From OpenSuSE Leap 15.5 for noarch

Name: perl-MooseX-Iterator Distribution: SUSE Linux Enterprise 15 SP5
Version: 0.11 Vendor: openSUSE
Release: bp155.2.9 Build date: Wed May 17 16:26:37 2023
Group: Development/Libraries/Perl Build host: sheep83
Size: 8215 Source RPM: perl-MooseX-Iterator-0.11-bp155.2.9.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.

Provides

Requires

License

Artistic-1.0 or GPL-1.0+

Changelog

* 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

Files

/usr/lib/perl5/vendor_perl/5.26.1/MooseX
/usr/lib/perl5/vendor_perl/5.26.1/MooseX/Iterator
/usr/lib/perl5/vendor_perl/5.26.1/MooseX/Iterator.pm
/usr/lib/perl5/vendor_perl/5.26.1/MooseX/Iterator/Array.pm
/usr/lib/perl5/vendor_perl/5.26.1/MooseX/Iterator/Hash.pm
/usr/lib/perl5/vendor_perl/5.26.1/MooseX/Iterator/Meta
/usr/lib/perl5/vendor_perl/5.26.1/MooseX/Iterator/Meta/Iterable.pm
/usr/lib/perl5/vendor_perl/5.26.1/MooseX/Iterator/Role.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/man/man3/MooseX::Iterator.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 19:57:54 2024