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

..03-May-2022-

lib/Heap/Simple/H13-Jan-2008-278165

t/H13-Jan-2008-3,1422,779

ChangesH A D13-Jan-20083.3 KiB8875

MANIFESTH A D13-Jan-2008431 2827

MANIFEST.SKIPH A D13-Jan-2008576 3732

META.ymlH A D13-Jan-2008403 1311

Makefile.PLH A D13-Jan-20082.4 KiB8974

READMEH A D30-Dec-20041 KiB4628

XS.xsH A D13-Jan-200894.7 KiB2,7372,382

md5-versionsH A D13-Jan-20083.9 KiB112111

ppport.hH A D13-Jan-2008151.3 KiB6,3772,613

typemapH A D27-Jul-2005166 118

README

1Heap::Simple::XS
2================
3
4DESCRIPTION
5
6This module provides an XS 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
40Put the correct copyright and licence information here.
41
42Copyright (C) 2004 by Ton Hospel
43
44This library is free software; you can redistribute it and/or modify
45it under the same terms as Perl itself.
46