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-Tie-Cycle

Project: openSUSE_13.2

Repository: oss

Title: Cycle through a list of values via a scalar.

Description:
You use 'Tie::Cycle' to go through a list over and over again. Once you get
to the end of the list, you go back to the beginning. You don't have to
worry about any of this since the magic of tie does that for you.

The tie takes an array reference as its third argument. The tie should
succeed unless the argument is not an array reference. Previous versions
required you to use an array that had more than one element (what's the
pointing of looping otherwise?), but I've removed that restriction since
the number of elements you want to use may change depending on the
situation.

During the tie, this module makes a shallow copy of the array reference. If
the array reference contains references, and those references are changed
after the tie, the elements of the cycle will change as well. See the
included _test.pl_ script for an example of this effect.

Version: 1.19

Release: 2.1.3

Architecture: noarch

Size: 11.2 KB

Build Time: 2014-10-06 15:16:35 +0200 (over 9 years ago)

Provides

Symbol Required by
perl(Tie::Cycle) = 1.19 perl-Business-ISMN
perl-Tie-Cycle = 1.19-2.1.3

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl
perl(Test::More) >= 0.95 perl perl-Test-Simple