BitstringSearch version 0.04
======================

BitstringSearch create a searchable index for text documents

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  DB_File
  Fcntl

COPYRIGHT AND LICENSE

Copyright (c) 2003 by Richard Zilavec
 
This library is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.

