The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.30

  • fixed bug with missing 'require Tie::Hash'
  • overlapping or duplicate STORE now warns rather than dies
  • added EXISTS method
  • fixed bug with passing range keys (low,high) to FETCH
  • Separator can now be a string or a Regexp
  • Use of $Tie::RangeHash::SEPARATOR deprecated
  • various speed optimizations in adding nodes and searching tree
  • improved comments, renamed variables
  • improved documentation
  • changed to work with Perl 5.005 (not tested)
  • added test.pl to distribution

Modules

Implements "range hashes" in Perl