1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/devel/p5-Algorithm-Diff/pkg-descr
2001-01-03 23:14:38 +00:00

10 lines
365 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.
Author: Ned Konz <perl@bike-nomad.com>
--will