summaryrefslogtreecommitdiff
path: root/devel/p5-Array-Compare/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Array-Compare/DESCR')
-rw-r--r--devel/p5-Array-Compare/DESCR11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/p5-Array-Compare/DESCR b/devel/p5-Array-Compare/DESCR
new file mode 100644
index 00000000000..023dba8ec71
--- /dev/null
+++ b/devel/p5-Array-Compare/DESCR
@@ -0,0 +1,11 @@
+Array::Compare is a Perl module which allows you to compare two arrays.
+
+It has a number of features which allow you to control the way that the
+arrays are compared:
+
+* white space in array elements can be significant or ignored.
+* particular columns in the arrays can be ignored.
+
+Additionally you can get a simple true/false return value or the number
+of columns which differ or an array containing the indexes of the
+differing columns.