Add ARM files
[dh-make-perl] / dev / arm / libarray-compare-perl / libarray-compare-perl-1.16 / README
1
2 Array::Compare
3 --------------
4
5 NAME
6
7   Array::Compare
8
9 DESCRIPTION
10
11 WHAT IS Array::Compare?
12
13   Array::Compare is a Perl module which allows you to compare two arrays.
14
15   It has a number of features which allow you to control the way that the
16   arrays are compared:
17
18   * white space in array elements can be significant or ignored.
19   * particular columns in the arrays can be ignored.
20
21   Additionally you can get a simple true/false return value or the number
22   of columns which differ or an array containing the indexes of the
23   differing columns.
24
25 HOW DO I INSTALL IT?
26
27   Array::Compare uses the standard Perl module architecture and can
28   therefore by installed using the standard Perl method which, in brief,
29   goes something like this:
30
31     gzip -cd Array-Compare-X.XX.tar.gz | tar xvf -
32     cd Array-Compare-X.XX
33     perl Makefile.PL
34     make
35     make test
36     make install
37
38   Where X.XX is the version number of the module which you are installing.
39
40   If this doesn't work for you then creating a directory called Array
41   somewhere in your Perl library path (@INC) and copying the Compare.pm
42   file into this directory should also do the trick.
43
44 WHERE IS THE DOCUMENTATION?
45
46   All of the documentation is currently in POD format in the Compare.pm
47   file. If you install the module using the standard method you should  be
48   able to read it by typing
49
50     perldoc Array::Compare
51
52   at a comand prompt.
53
54 LATEST VERSION
55
56   The latest version of this module will always be available from CPAN.
57
58 COPYRIGHT
59
60   Copyright (C) 2003-7, Magnum Solutions Ltd.  All Rights Reserved.
61
62   This module is free software; you can redistribute it and/or modify it
63   under the same terms as Perl itself.
64
65 ANYTHING ELSE?
66
67   If you have any further questions, please contact the author.
68
69 AUTHOR
70
71   Dave Cross <dave@mag-sol.com>
72