Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-nwc-health > Binaries > nagios-plugins-nwc-health-8... > Dependencies
Sign Up | Log In

Dependency of nagios-plugins-nwc-health-8.0-1.1.src.rpm

Name: perl-MooseX-Iterator

Project: openSUSE_13.2

Repository: oss

Title: 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.

Version: 0.11

Release: 8.1.3

Architecture: noarch

Size: 10 KB

Build Time: 2014-10-06 18:25:03 +0200 (over 9 years ago)

Provides

Symbol Required by
perl(Moose::Meta::Attribute...
perl(MooseX::Iterator) = 0.11
perl(MooseX::Iterator::Arra...
perl(MooseX::Iterator::Hash...
perl(MooseX::Iterator::Meta...
perl(MooseX::Iterator::Role...
perl-MooseX-Iterator = 0.11...

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl
perl(Moose) >= 0.86 perl-Moose