mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
81797980f7
URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search
11 lines
414 B
Plaintext
11 lines
414 B
Plaintext
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.
|
|
|
|
WWW: http://search.cpan.org/dist/Algorithm-Diff/
|
|
Author: Ned Konz <perl@bike-nomad.com>
|
|
|
|
--will
|