X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=perl%2FREADME;h=86deb925bd9da28121940539009473938da4ac2c;hb=4cea1b9769079a2cdc143f4fe483e69d5b77a813;hp=9020c6f63dcc8a18c1f36c0aa9e86ef7fb659f14;hpb=af03c4a4f5320b52c7cc5f47bab7c9ad4b3e384d;p=idzebra-moved-to-github.git diff --git a/perl/README b/perl/README index 9020c6f..86deb92 100644 --- a/perl/README +++ b/perl/README @@ -1 +1,28 @@ -Write this +IDZebra - Perl API for IndexData Zebra database server + +IDZebra package is distributed as a module, but also included in Zebra +source distribution. + +To compile this extension, run: + + perl Makefile.PL + make + +To test: + + make test + +or + + make test TEST_VERBOSE=1 + +If the tests were successfull, you may want to: + + make install + +There is an embeded POD manual page in lib/IDZebra/Session.pm. + +The original author of the module is Peter Popovics . +The maintenance is done by IndexData. (http://www.indexdata.dk), you may +subscribe to zebralist@indexdata.dk. +