Tweak misc/lesspipe version 1.55
[dports.git] / misc / p5-Array-Compare / pkg-descr
1 Array::Compare is a Perl module which allows you to compare two arrays.
2
3 It has a number of features which allow you to control the way that
4 the arrays are compared:
5
6 * white space in array elements can be significant or ignored.
7
8 * particular columns in the arrays can be ignored.
9
10 Additionally you can get a simple true/false return value or the number
11 of columns which differ or an array containing the indexes of the 
12 differing columns.
13
14 WWW: http://search.cpan.org/dist/Array-Compare/
15
16 Seamus Venasse <svenasse@polaris.ca>