New Debian sarge packages
[idzebra-moved-to-github.git] / perl / README
1 IDZebra - Perl API for IndexData Zebra database server
2
3 IDZebra package is distributed as a module, but also included in Zebra
4 source distribution. 
5
6 To compile this extension, run:
7  
8   perl Makefile.PL 
9   make
10
11 To test:
12
13   make test
14
15 or
16
17   make test TEST_VERBOSE=1
18
19 If the tests were successfull, you may want to:
20
21   make install
22  
23 There is an embeded POD manual page in lib/IDZebra/Session.pm.
24  
25 The original author of the module is Peter Popovics <pop@technomat.hu>.
26 The maintenance is done by IndexData. (http://www.indexdata.dk), you may
27 subscribe to zebralist@indexdata.dk.
28