SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Data-Compare rpm build for : OpenSuSE. For other distributions click perl-Data-Compare.

Name : perl-Data-Compare
Version : 1.29 Vendor : openSUSE
Release : 1.6 Date : 2023-04-22 05:06:52
Group : Unspecified Source RPM : perl-Data-Compare-1.29-1.6.src.rpm
Size : 0.05 MB
Packager : https://bugs_opensuse_org
Summary : 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
Data::Compare::Plugins::Scalar::Properties.

* 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.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/ALP:/Experimental:/Slowroll/base.20240901/repo/oss/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Data-Compare-1.29-1.6.noarch.rpm
ftp.icm.edu.pl  perl-Data-Compare-1.29-1.6.noarch.rpm
ftp.icm.edu.pl  perl-Data-Compare-1.29-1.6.noarch.rpm
ftp.icm.edu.pl  perl-Data-Compare-1.29-1.6.noarch.rpm
     

Provides :
perl(Data::Compare)
perl(Data::Compare::Plugins::Scalar::Properties)
perl-Data-Compare

Requires :
perl(:MODULE_COMPAT_5.40.0)
perl(Clone) >= 0.43
perl(File::Find::Rule) >= 0.1
perl(Test::More) >= 0.88
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.40.0/Data
/usr/lib/perl5/vendor_perl/5.40.0/Data/Compare
/usr/lib/perl5/vendor_perl/5.40.0/Data/Compare.pm
/usr/lib/perl5/vendor_perl/5.40.0/Data/Compare/Plugins
/usr/lib/perl5/vendor_perl/5.40.0/Data/Compare/Plugins.pod
/usr/lib/perl5/vendor_perl/5.40.0/Data/Compare/Plugins/Scalar
/usr/lib/perl5/vendor_perl/5.40.0/Data/Compare/Plugins/Scalar/Properties.pm
/usr/share/doc/packages/perl-Data-Compare
/usr/share/doc/packages/perl-Data-Compare/CHANGELOG
/usr/share/doc/packages/perl-Data-Compare/MAINTAINERS-NOTE
/usr/share/doc/packages/perl-Data-Compare/NOTES
/usr/share/doc/packages/perl-Data-Compare/README
/usr/share/licenses/perl-Data-Compare
/usr/share/licenses/perl-Data-Compare/ARTISTIC.txt
/usr/share/licenses/perl-Data-Compare/GPL2.txt
/usr/share/man/man3/Data::Compare.3pm.gz
/usr/share/man/man3/Data::Compare::Plugins.3pm.gz
/usr/share/man/man3/Data::Compare::Plugins::Scalar::Properties.3pm.gz

 
ICM