Object-KVC version 0.01

DESCRIPTION

Simple Key Value Coding.

Key Value Coding uses a hash key instead of an accessor method to 
access the values of an object.

Values must be wrapped in an object supporting the "equals,"
"contains," and "intersects" methods in order to allow two 
Object::KVC::Hash objects to be compared.

This also Object::KVC::Hash objects to be searched within an
Object::KVC::List.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

None.

BUGS

None known.

SEE ALSO

Object::Generic

AUTHOR

Trystan Johnson

COPYRIGHT AND LICENCE

Copyright (C) 2012 by Trystan Johnson

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.