The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Enumeration version 0.02
========================

This class provides an enumeration class for Perl.  For those who are
unfamiliar with the concept from other programming language, an
enumeration is a class whose objects may only be assigned values from
a fixed list specified by the class.

INSTALLATION

To install this module use the following commands:

   perl Build.PL
   perl Build
   perl Build test
   perl Build install

If you do not have Module::Build, you can use the older steps:

   perl Makefile.PL
   make
   make test
   make install

On Windows, you will need to use 'nmake' instead of 'make'.

DEPENDENCIES

This module requires these other modules and libraries:

 overload
 Scalar::Util
 Carp

Fortunately, these modules come with Perl's default installation.

COPYRIGHT AND LICENCE

Copyright (c) 2008 by Eric J. Roode, ROODE I<-at-> cpan I<-dot-> org

All rights reserved.

This module is copyrighted only to ensure proper attribution of
authorship and to ensure that it remains available to all.  This
module is free, open-source software.  This module may be freely used
for any purpose, commercial, public, or private, provided that proper
credit is given, and that no more-restrictive license is applied to
derivative (not dependent) works.

Substantial efforts have been made to ensure that this software meets
high quality standards; however, no guarantee can be made that there
are no undiscovered bugs, and no warranty is made as to suitability to
any given use, including merchantability.  Should this module cause
your house to burn down, your dog to collapse, your heart-lung machine
to fail, your spouse to desert you, or George Bush to be re-elected, I
can offer only my sincere sympathy and apologies, and promise to
endeavor to improve the software.