File: control

package info (click to toggle)
libtext-worddiff-perl 0.08-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 184 kB
  • ctags: 70
  • sloc: perl: 562; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,334 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
Priority: extra
Build-Depends: debhelper (>= 8), libmodule-build-perl
Build-Depends-Indep: libalgorithm-diff-perl,
                     libhtml-parser-perl,
                     libtest-pod-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/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
Testsuite: autopkgtest-pkg-perl

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.