DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibdata-compare-perl
Beschreibungperl module to compare perl data structures recursively
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version1.21-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe112 Byte
Hängt ab vonperl (>= 5.6.0-16), libfile-find-rule-perl (>= 0.10)
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße22262 Byte
Prüfsumme MD5736b83ff032a5cb1b54958bd313dc7c6
Prüfsumme SHA1e099759b83401c7c017c2a5ebbf6faa2912dde53
Prüfsumme SHA2565f33f005e892dd705c9f18da01aabcf4c59856afe661d7faab2b5099f84f0903
Link zum Herunterladenlibdata-compare-perl_1.21-1_all.deb
Ausführliche BeschreibungThe Data::Compare module compares two perl data structures recursively, it natively handles several built-in data types - scalars, references to scalars, references to arrays, references to hashes, references to subroutines, compiled regular expressions, and globs. For objects, it tries to Do The Right Thing and compares the underlying data type. . However, this is not always what you want. This is especially true if you have complex objects which overload stringification and/or numification. So you can extend this module with your own plugins for special data structures, by using Data::Compare::Plugins (this is not an extra package, it is included here).


Impressum
Linux is a registered trademark of Linus Torvalds