openbsd-ports/devel/p5-Algorithm-Diff/pkg/DESCR
kevlo ccb4f9c1dd Initial import of Algorithm-Diff-1.10
This interface to compute differences between two objects
2001-01-09 05:42:24 +00:00

6 lines
317 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.