1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: libalgorithm-diff-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
Jonathan Yu <jawnsy@cpan.org>,
Salvatore Bonaccorso <carnil@debian.org>,
Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libalgorithm-diff-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libalgorithm-diff-perl.git
Homepage: http://search.cpan.org/~tyemq/Algorithm-Diff/
Testsuite: autopkgtest-pkg-perl
Package: libalgorithm-diff-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Recommends: libalgorithm-diff-xs-perl
Description: 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).
|