Class::NamedParms

 Provides standard get/set/clear accessors for a class via named
 parameter with forced lexical checking of named parameters 
 for validity and initialization validation. Lightweight and simple
 to use. Designed as a base class for inheritance by other modules.

CHANGES

  1.00 1999.06.16 Initial release

  1.01 1999.06.17 Bug fix to 'clear' method. Added 'make test' support.

  1.02 1999.06.18 Performance tweeks

  1.03 1999.06.21 Minor doc fixes. Removal of 'use attrs' for portability.
  1.04 1999.10.08 Bug fix to 'all_parms' method. 

To install:

perl Makefile.PL
make
make test
make install

Type 'perldoc Class::NamedParms' after installation for the documentation
or go to <URL:http://www.nihongo.org/snowhare/utilities/modules/class-namedparms/>

Copyright 1999, Benjamin Franz (<URL:http://www.nihongo.org/snowhare/>) and 
FreeRun Technologies, Inc. (<URL:http://www.freeruntech.com/>). All Rights Reserved.
This software may be copied or redistributed under the same terms as Perl itelf.
