File: control

package info (click to toggle)
libtext-worddiff-perl 0.04-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 120 kB
  • ctags: 46
  • sloc: perl: 395; makefile: 41
file content (20 lines) | stat: -rw-r--r-- 891 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libtext-worddiff-perl
Section: perl
Priority: extra
Maintainer: Nacho Barrientos Arias <nacho@debian.org>
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: perl (>= 5.8), libmodule-build-perl
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/Text-WordDiff/

Package: libtext-worddiff-perl
Architecture: all
Depends: ${perl:Depends}, libalgorithm-diff-perl, libhtml-parser-perl
Description: Track changes between documents
 This module 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.