DESCRIPTION
This module allows hashes to associate a value with a *range* of keys
rather than a single key.
A more detailed description can be found in the module's POD docu-
mentation.
REVISION HISTORY
Changes since Tie::RangeHash 1.02
1.05 Fri Mar 26 1010
- re-uploaded version accidentally deleted from CPAN
1.04 Fri Jan 4 2008
- re-uploaded version accidentally deleted from CPAN
- minor changes to Build.PL
1.03 Wed Jan 4 2005
- added fetch_range to fetch overlapping ranges
A detailed revision history is in the Changes file included with
this distribution.
KNOWN ISSUES
The is a new version of the module and has behaves differently compared
to older versions. This is due to using the List::SkipList module for
maintaining the underlying data rather than re-implementing it. While
this improves the maintainability with the code, it increases incom-
patability with previous versions.
See the the Changes file for a more complete list of changes and
incompatabilities.
SEE ALSO
A module with similar functionality for numerical values is
Array::IntSpan.
Algorithm::SkipList for more information on skip lists.
AUTHOR
Robert Rothenberg <rrwo at cpan.org>
LICENSE
Copyright (C) 2000-2005 Robert Rothenberg. All rights reserved. This
program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.