=head1 Search-Tools

=begin html

<p>
  <img src="https://travis-ci.org/karpet/search-tools-perl.png?branch=master" alt="Travis CI build status">
</p>

=end html

=head2 INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

=head2 DEPENDENCIES

This module requires these other modules and libraries:

  Class::XSAccessor
  Search::Query
  Encode
  Carp
  
=head2 SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Search::Tools

The home page is:

    https://github.com/karpet/search-tools-perl

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Search-Tools

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Search-Tools

    CPAN Ratings
        http://cpanratings.perl.org/d/Search-Tools

    Search CPAN
        http://search.cpan.org/dist/Search-Tools/


=head2 COPYRIGHT AND LICENCE

Copyright (C) 2006-2018 by Peter Karman

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