1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/misc/p5-Array-Compare/pkg-descr
Dmitry Marakasov 4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00

17 lines
527 B
Plaintext

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.
WWW: http://search.cpan.org/dist/Array-Compare/
Seamus Venasse <svenasse@polaris.ca>