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
|
Source: libtext-worddiff-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: extra
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libalgorithm-diff-perl,
libhtml-parser-perl,
libtest-pod-perl,
perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-worddiff-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-worddiff-perl.git
Homepage: https://metacpan.org/release/Text-WordDiff
Package: libtext-worddiff-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libalgorithm-diff-perl,
libhtml-parser-perl
Description: module to track changes between documents
Text::WordDiff is a variation on the lovely Text::Diff module. Rather than
generating traditional line-oriented diffs, however, it generates
word-oriented diffs. This can be useful for tracking changes in narrative
documents or documents with very long lines. To diff source code, one is
still best off using Text::Diff. But if you want to see how a short story
changed from one version to the next, this module will do the job very
nicely.
|