    README for Set::Hashed

ABSTRACT
    Yet another Perl extension for set operations.

INSTALLATION
    You install this distribution like you would any other perl module, by
    performing the following steps:

      tar xzf ModuleName-0.01.tar.gz # unpack the distribution
      cd ModuleName-0.01             # change into its directory
      perl Makefile.PL               # build the Makefile
      make                           # build the distribution
      make test                      # run the test suite
      make install                   # ... and install it

DESCRIPTION
    Set::Hashed provides set operations for scalars (including references)
    based on an internal representation as a hash. It provides a subset
    (sic) of the functionality provided by the Set::Scalar module, and seems
    to be slightly faster where the functionality overlaps.

AUTHOR
    Bryan Jurish <jurish@ling.uni-potsdam.de>

COPYRIGHT
    Copyright (c) 2001, Bryan Jurish. All rights reserved.

    This package is free software. You may redistribute it and/or modify it
    under the same terms as Perl itself.

    See the LICENSE file that came with this distribution for details.

SEE ALSO
    Set::Scalar(3pm).

marmosets,
    Bryan

