[ 源代码: libalgorithm-diff-perl ]
软件包:libalgorithm-diff-perl(1.201-1)
libalgorithm-diff-perl 的相关链接
Debian 的资源:
下载源码包 libalgorithm-diff-perl:
- [libalgorithm-diff-perl_1.201-1.dsc]
- [libalgorithm-diff-perl_1.201.orig.tar.gz]
- [libalgorithm-diff-perl_1.201-1.debian.tar.xz]
维护小组:
- Debian Perl Group (QA 页面, 邮件存档)
- gregor herrmann (QA 页面)
- Salvatore Bonaccorso (QA 页面)
- Xavier Guimard (QA 页面)
外部的资源:
- 主页 [metacpan.org]
相似软件包:
module to find differences between files
Algorithm::Diff is a Perl module that allows users to analyze text based on a Longest Common Subsequence (LCS) algorithm. It can compare two files and find the differences between them, which can produce the same information as the common Unix tool 'diff'.
There is an XS-optimized implementation of the core loop, which accelerates some types of diff output (see libalgorithm-diff-xs-perl).
其他与 libalgorithm-diff-perl 有关的软件包
|
|
|
|
-
- dep: perl
- 拉里 沃尔的实用报表提取语言(Perl)
-
- rec: libalgorithm-diff-xs-perl
- module to find differences between files (XS accelerated)