989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
8 lines
406 B
Text
8 lines
406 B
Text
Algorithm::Diff is a perl module that provides an interface to compute
|
|
the difference between two files, two strings, or any other two lists
|
|
of things. It uses an intelligent algorithm similar/identical to the
|
|
one used by classical Unix diff(1). It is guaranteed to find the
|
|
*smallest possible* set of differences.
|
|
|
|
Author: Ned Konz <perl@bike-nomad.com>
|
|
WWW: http://search.cpan.org/dist/Algorithm-Diff/
|