Changes for version 0.04

  • Various API changes (as detailed below): be sure to update client code.
  • Uses min/max rather than sorting all keys on pop/shift, for Greater Speed. This introduces a dependency on List::Util.
  • Croak on malformed arguments, rather than returning error messages in strings.
  • Renamed "SIZE" to "capacity"; added getter/setter.
  • Removed the restriction on duplicate items.
  • pop/shift now return a (priority, item) pair if called in list context.
  • Some documentation clarifications.

Modules

Perl extension for a list that manipulates objects by their priority