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-Data-Compare

Project: openSUSE_13.2

Repository: oss

Title: Compare perl data structures

Description:
Compare two perl data structures recursively. Returns 0 if the structures
differ, else returns 1.

A few data types are treated as special cases:

* Scalar::Properties objects

This has been moved into a plugin, although functionality remains the
same as with the previous version. Full documentation is in the
Data::Compare::Plugins::Scalar::Properties manpage.

* Compiled regular expressions, eg qr/foo/

These are stringified before comparison, so the following will match:

$r = qr/abc/i;
$s = qr/abc/i;
Compare($r, $s);

and the following won't, despite them matching *exactly* the same text:

$r = qr/abc/i;
$s = qr/[aA][bB][cC]/;
Compare($r, $s);

Sorry, that's the best we can do.

* CODE and GLOB references

These are assumed not to match unless the references are identical - ie,
both are references to the same thing.

You may also customise how we compare structures by supplying options in a
hashref as a third parameter to the 'Compare()' function. This is not yet
available through the OO-ish interface. These options will be in force for
the *whole* of your comparison, so will apply to structures that are
lurking deep down in your data as well as at the top level, so beware!

* ignore_hash_keys

an arrayref of strings. When comparing two hashes, any keys mentioned in
this list will be ignored.

Version: 1.24

Release: 1.2

Architecture: noarch

Size: 32.6 KB

Build Time: 2014-10-06 17:19:46 +0200 (over 9 years ago)

Provides

Symbol Required by
perl(Data::Compare) = 1.24 perl-biber perl-Devel-CheckOS perl-DBIx-Class
perl(Data::Compare::Plugins...
perl-Data-Compare = 1.24-1.2

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl
perl(File::Find::Rule) >= 0.1 perl-File-Find-Rule