Changes for version 0.11 - 2005-11-20

  • Add extract_all method
  • Add merge_arrays method
  • inserts can now handle multiple elements as argument
  • absorb and key_absorb use the new multi-inserts
  • absorb and key_absorb now take any number of heaps as argument instead of absorbing exactly one.
  • Special characters in generated constant strings were incorrectly escaped (bugfix)
  • key_method doesn't return literal strings anymore in the "complex" case (also causes the above mentioned bug to never trigger)
  • make the internal _STRING and _LITERAL macros never see each others output (this is possibly a bugfix)

Modules

A pure perl implementation of the Heap::Simple interface

Provides

in lib/Heap/Simple/Any.pm
in lib/Heap/Simple/Array.pm
in lib/Heap/Simple/Function.pm
in lib/Heap/Simple/Hash.pm
in lib/Heap/Simple/Less.pm
in lib/Heap/Simple/Method.pm
in lib/Heap/Simple/Number.pm
in lib/Heap/Simple/NumberReverse.pm
in lib/Heap/Simple/Object.pm
in lib/Heap/Simple/Scalar.pm
in lib/Heap/Simple/String.pm
in lib/Heap/Simple/StringReverse.pm
in lib/Heap/Simple/Wrapper.pm