p5-Algorithm-Diff
interface to compute differences between two objects
WWW CVSWeb GITHub-
Package versionp5-Algorithm-Diff-1.2010
-
MaintainerThe OpenBSD ports mailing-list
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.