软件包:libdata-compare-perl(1.29-1)
libdata-compare-perl 的相关链接
Debian 的资源:
下载源码包 libdata-compare-perl:
- [libdata-compare-perl_1.29-1.dsc]
- [libdata-compare-perl_1.29.orig.tar.gz]
- [libdata-compare-perl_1.29-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
perl module to compare perl data structures recursively
The 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).
其他与 libdata-compare-perl 有关的软件包
|
|
|
|
-
- dep: libclone-perl (>= 0.43)
- module for recursively copying Perl datatypes
-
- dep: libfile-find-rule-perl
- module to search for files based on rules
-
- dep: perl
- 拉里 沃尔的实用报表提取语言(Perl)
-
- sug: libscalar-properties-perl
- perl module to add run-time properties on scalar variables