- Add p5-Array-Heap 3.1
- While I'm here:
- Fix MAINTAINER
- Simplify post-install:
- Fix and sort PLIST
A Heap implementation for Perl using functions that are loosely
modeled after the C++ STL's binary heap functions. They all take an
array as argument, just like perl's built-in functions "push", "pop"
etc. The implementation itself is in C for maximum speed.
WWW: http://search.cpan.org/dist/Array-Heap/
PR: 195496
Submitted by: <eserte12@yahoo.de>