CQL version 0.1
==========================
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:
String::Tokenizer
Test::Exception
THANKYOUS
CQL is essentially a Perl port of Mike Taylor's cql-java package
http://zing.z3950.org/cql/java/. Mike and IndexData were kind enough
to allow me to write this port, and to make it available under
the terms of the Artistic License.
The CQL package relies heavily on Stevan Little's String::Tokenizer.
Thanks Stevan!
This software package was developed as a component of a larger project
called Ockham which was funded by the National Science Foundation. For
more information about the Ockham project see:
http://www.ockham.org
COPYRIGHT AND LICENCE
Copyright (C) 2004 Ed Summers <
[email protected]>
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.