diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:14:38 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:14:38 +0000 |
commit | 945244d423311b9c7a2ac1c1e947a83ad7620d47 (patch) | |
tree | f8f37b6446d72c5b23caf0121303e46e7ce585e5 /devel/p5-Algorithm-Diff/pkg-descr | |
parent | Add p5-Agent 3.20, perl module that provides a foundation for software agent (diff) |
Add p5-Algorithm-Diff 1.10, perl interface to compute differences between
two objects.
Diffstat (limited to 'devel/p5-Algorithm-Diff/pkg-descr')
-rw-r--r-- | devel/p5-Algorithm-Diff/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/p5-Algorithm-Diff/pkg-descr b/devel/p5-Algorithm-Diff/pkg-descr new file mode 100644 index 000000000000..ed0ff02fad5e --- /dev/null +++ b/devel/p5-Algorithm-Diff/pkg-descr @@ -0,0 +1,9 @@ +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 |