List::Compare - Simple object-oriented implementation of standard Perl code for comparing elements of two lists This document refers to version 0.11 of List::Compare. This version was released June 20, 2002. To install this module on your system, place the tarball archive file in a temporary directory and call the following: % gunzip List-Compare-0.11.tar.gz % tar xf List-Compare-0.11.tar % cd List-Compare-0.11 % perl Makefile.PL % make % make test % make install If you are installing this module over any earlier version, you may substitute the following for the last line in the sequence of commands above: % make install UNINST=1 If you are installing this module on a Win32 system with 'nmake', substitute 'nmake' for 'make' in the sequence of commands above. There are no module dependencies in this version of List::Compare. The author is currently developing some benchmarking of the code in List::Compare. When ready, an article will be available at http://www.concentric.net/~Jkeen/list . Author: James E. Keenan (jkeen@concentric.net). Originally created May 20, 2002. Copyright (c) 2002 James E. Keenan. United States. All rights reserved. This is free software and may be distributed under the same terms as Perl itself.