diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2005-09-21 19:31:43 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2005-09-21 19:31:43 +0000 |
commit | 81797980f7c6379ede593d353bfc4a53034c4e62 (patch) | |
tree | 7b10e43d1cf032cacb42fb46f6449d6b993644ab /devel/p5-Heap | |
parent | 123b999a5e4caa741fe4e22a95bf046b3d29406a (diff) |
Notes
Diffstat (limited to 'devel/p5-Heap')
-rw-r--r-- | devel/p5-Heap/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Heap/pkg-descr b/devel/p5-Heap/pkg-descr index bf021b993efe..285edbdc9e0b 100644 --- a/devel/p5-Heap/pkg-descr +++ b/devel/p5-Heap/pkg-descr @@ -3,4 +3,4 @@ elements. A heap is a partially sorted structure that is always able to easily extract the smallest of the elements in the structure (or the largest if a reversed compare routine is provided). -WWW: http://search.cpan.org/search?dist=Heap +WWW: http://search.cpan.org/dist/Heap/ |