Array/Unique version 0.02
=========================

The module provides you with a tie-able array
that allows only unique values.
It does not allow undef as a value in the array.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

 Perl 5

COPYRIGHT AND LICENCE

Copyright (C) 2002 Gabor Szabo <gabor@perl.org.il>
All rights reserved.


You may distribute under the terms of either the GNU 
General Public License or the Artistic License, as 
specified in the Perl README file.

No WARRANTY whatsoever.
