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
While Tie::CPHash should function with any version of Perl 5, the
build system requires at least Perl 5.006. To install on older
versions of Perl, you'll have to manually copy lib/Tie/CPHash.pm to
your Perl library search path.
DEPENDENCIES
Package Minimum Version
------- ---------------
perl 5.000
CHANGES
Here's what's new in version 1.05 of Tie-CPHash:
(See the file "Changes" for the full revision history.)
- no functional changes
- now built with Dist::Zilla (includes v2 META.json)
- repository now publicly available on GitHub
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 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.