Search-Binary
=============

This module implements a generic binary search algorithm.

INSTALLATION
------------

To install the module from CPAN, use

    cpan Search::Binary

If you have the App::cpanminus installer, you may prefer

    cpanm Search::Binary

To install this module from tarball archive file containing this distribution,
type

	perl Makefile.PL
	make
	make test
	make install

DOCUMENTATION
-------------

You can read the documentation for the module online at the following websites:

 * http://search.cpan.org/perldoc?Search::Binary
 * http://metacpan.org/release/Search::Binary

After installing the module, you can read the documentation on your computer
using

    perldoc Search::Binary

COPYRIGHT AND LICENSE
---------------------

Copyright 1998 Erik Rantapaa. All rights reserved.

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

The full text of the license can be found in the LICENSE file included with
this module.