Tie-CPHash version 2.000, released January 17, 2015


This module provides a case preserving but case insensitive hash.
This means that

   $cphash{KEY}    $cphash{key}
   $cphash{Key}    $cphash{keY}

all refer to the same entry.  Also, the hash remembers which form of
the key was last used to store the entry.  The `keys' and `each'
functions will return the key that was used to set the value.



INSTALLATION

To install this module, run the following commands:

       perl Makefile.PL
       make
       make test
       make install



DEPENDENCIES

 Package Minimum Version
 ------- ---------------
 perl     5.6.0
 Carp



CHANGES
   Here's what's new in version 2.000 of Tie-CPHash:
   (See the file "Changes" for the full revision history.)

       - improved documentation



COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Christopher J. Madsen.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.