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: libtext-diff-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci@debian.org>,
Jonathan Yu <jawnsy@cpan.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libalgorithm-diff-perl,
libtest-cpan-meta-perl,
libtest-minimumversion-perl,
libtest-pod-perl,
perl
Standards-Version: 3.9.7
Homepage: https://metacpan.org/release/Text-Diff
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtext-diff-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-diff-perl.git
Testsuite: autopkgtest-pkg-perl
Package: libtext-diff-perl
Architecture: all
Depends: libalgorithm-diff-perl,
${misc:Depends},
${perl:Depends}
Description: Perl module to find differences in files and record sets
Text::Diff provides a basic functions similar to the GNU diff utility. It is
not anywhere near as feature complete as GNU diff, but is better integrated
with Perl and available on all platforms. It is often faster than shelling
out to a system's diff executable for small files, and generally slower on
larger files. While it is not guaranteed to produce the same output as the
system diff command, output is often identical.
|