Heap::Simple::XS
================

DESCRIPTION

This module provides an XS implementation of the interface described
in L<Heap::Simple|Heap::Simple>. Look there for a description.

INSTALLATION

To install this module type the following:

  perl Makefile.PL
  make
  make test
  make install

To install this module into a specific directory, do:
  perl Makefile.PL PREFIX=/name/of/the/directory
  ...the rest is the same...

Please also read the perlmodinstall man page, if available.

DEPENDENCIES

This module requires these other modules:

 Heap::Simple          Switch module that selects a particular Heap::Simple
                       implementation.
 Test::More            Only in order to run the tests.

AUTHOR

Ton Hospel, E<lt>[email protected]<gt>

Parts are based on code by Joseph N. Hall (http://www.perlfaq.com/faqs/id/196)

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2004 by Ton Hospel

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.