summaryrefslogtreecommitdiff
path: root/devel/p5-Algorithm-Diff/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Algorithm-Diff/pkg-descr')
-rw-r--r--devel/p5-Algorithm-Diff/pkg-descr9
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