X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=README;h=ce938c398c7c1ab9e05ac3bbb7e657db291d6f7e;hb=90d3bfc863b1c58436952fa10906889369719821;hp=f2e7c8764a69283c6e4898069c75c87c5945b9b5;hpb=b04df5cbb34e20c91a83ce0e4d1099abf46c1460;p=perl-pqf.git diff --git a/README b/README index f2e7c87..ce938c3 100644 --- a/README +++ b/README @@ -1,38 +1,43 @@ -Net/Z3950/PQF version 0.01 -========================== +$Id: README,v 1.2 2004-12-17 17:16:46 mike Exp $ -The README is used to introduce the module and provide instructions on -how to install the module, any machine dependencies it may have (for -example C compilers and installed libraries) and any other information -that should be provided before the module is installed. -A README file is required for CPAN modules since CPAN extracts the -README file from a module distribution so that people browsing the -archive can use it get an idea of the modules uses. It is usually a -good idea to provide version information here so that people can -decide whether fixes for the module are worth downloading. +Net::Z3950::PQF +=============== -INSTALLATION +This library provides a parser for PQF (Prefix Query Format), an ugly +but precise string format for expressing Z39.50 Type-1 queries. This +format is widely used behind the scenes of Z39.50 applications, and is +also used extensively with test-harness programs such as the YAZ +command-line client, yaz-client. + + +Installation +------------ To install this module type the following: - perl Makefile.PL - make - make test - make install + perl Makefile.PL + make + make test + make install + -DEPENDENCIES +Dependencies +------------ This module requires these other modules and libraries: - blah blah blah + [None!] -COPYRIGHT AND LICENCE -Put the correct copyright and licence information here. +Copyright and Licence +--------------------- -Copyright (C) 2004 Mike Taylor +Written by Mike Taylor + +Copyright (C) 2004 by Index Data ApS. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. +