Ignore libnet-z3950-pqf-perl.debhelper.log
[perl-pqf.git] / README
1 $Id: README,v 1.2 2004-12-17 17:16:46 mike Exp $
2
3
4 Net::Z3950::PQF
5 ===============
6
7 This library provides a parser for PQF (Prefix Query Format), an ugly
8 but precise string format for expressing Z39.50 Type-1 queries. This
9 format is widely used behind the scenes of Z39.50 applications, and is
10 also used extensively with test-harness programs such as the YAZ
11 command-line client, yaz-client.
12
13
14 Installation
15 ------------
16
17 To install this module type the following:
18
19         perl Makefile.PL
20         make
21         make test
22         make install
23
24
25 Dependencies
26 ------------
27
28 This module requires these other modules and libraries:
29
30         [None!]
31
32
33 Copyright and Licence
34 ---------------------
35
36 Written by Mike Taylor <mike@indexdata.com>
37
38 Copyright (C) 2004 by Index Data ApS.
39
40 This library is free software; you can redistribute it and/or modify
41 it under the same terms as Perl itself. 
42
43