From: Mike Taylor Date: Tue, 27 Nov 2007 17:24:31 +0000 (+0000) Subject: Shorter description. X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=d944cd1346037acd89fe1487c3466e99df0e524c;p=perl-pqf.git Shorter description. --- diff --git a/debian/control b/debian/control index 90ffd33..8566e29 100644 --- a/debian/control +++ b/debian/control @@ -16,15 +16,3 @@ Description: Perl extension for parsing PQF (Prefix Query Format) also used extensively with test-harness programs such as the YAZ command-line client, yaz-client. A few particularly misguided souls have been known to type it by hand. - . - Unlike PQF itself, this module - is simple to use. Create a parser object, then pass PQF strings - into its parse() method to yield parse-trees. The trees are made - up of nodes whose types are subclasses of - Net::Z3950::PQF::Node. - and have names of the form - Net::Z3950::PQF::somethingNode. You may find it helpful to use - Data::Dumper to visualise the structure of the returned - parse-trees. - . - This description was automagically extracted from the module by dh-make-perl.