• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Heap/Simple/H27-Jan-2008-1,7551,497

t/H27-Jan-2008-3,2042,831

ChangesH A D27-Jan-20086.3 KiB148133

MANIFESTH A D27-Jan-2008784 4039

MANIFEST.SKIPH A D27-Jan-2008586 3833

META.ymlH A D27-Jan-2008465 1615

Makefile.PLH A D27-Jan-20082.5 KiB9475

READMEH A D30-Dec-20041,016 4427

md5-versionsH A D27-Jan-20085.3 KiB124123

todoH A D26-Jan-2008416 109

README

1Heap::Simple::Perl
2==================
3
4DESCRIPTION
5
6This module provides a pure perl implementation of the interface described
7in L<Heap::Simple|Heap::Simple>. Look there for a description.
8
9INSTALLATION
10
11To install this module type the following:
12
13   perl Makefile.PL
14   make
15   make test
16   make install
17
18To install this module into a specific directory, do:
19   perl Makefile.PL PREFIX=/name/of/the/directory
20   ...the rest is the same...
21
22Please also read the perlmodinstall man page, if available.
23
24DEPENDENCIES
25
26This module requires these other modules:
27
28  Heap::Simple		Switch module that selects a particular Heap::Simple
29                        implementation.
30  Test::More		Only in order to run the tests.
31
32AUTHOR
33
34Ton Hospel, E<lt>Heap-Simple@ton.iguana.beE<gt>
35
36Parts are based on code by Joseph N. Hall (http://www.perlfaq.com/faqs/id/196)
37
38COPYRIGHT AND LICENCE
39
40Copyright (C) 2003 Ton Hospel
41
42This library is free software; you can redistribute it and/or modify
43it under the same terms as Perl itself.
44