File: control

package info (click to toggle)
libtext-worddiff-perl 0.09-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 176 kB
  • sloc: perl: 562; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,351 bytes parent folder | download
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-worddiff-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13), libmodule-build-perl
Build-Depends-Indep: libalgorithm-diff-perl,
                     libhtml-parser-perl,
                     libtest-pod-perl,
                     perl
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtext-worddiff-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtext-worddiff-perl.git
Homepage: https://metacpan.org/release/Text-WordDiff

Package: libtext-worddiff-perl
Architecture: all
Depends: libalgorithm-diff-perl,
         libhtml-parser-perl,
         ${misc:Depends},
         ${perl:Depends}
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.