File: control

package info (click to toggle)
libtext-query-perl 0.07-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 140 kB
  • ctags: 106
  • sloc: perl: 734; makefile: 38
file content (23 lines) | stat: -rw-r--r-- 888 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: libtext-query-perl
Section: interpreters
Priority: optional
Maintainer: Guillaume Morin <gemorin@debian.org>
Standards-Version: 3.1.1.1
Build-Depends: debhelper(>= 3.0.5),perl(>= 5.6.0-16)

Package: libtext-query-perl
Architecture: all
Depends: ${perl:Depends}
Description: Text::Query - Query processing framework
 This module provides an object that matches a data source
 against a query expression.
 .
 Query expressions are compiled into an internal form when a new
 object is created or the `prepare' method is called; they are
 not recompiled on each match.
 .
 The class provided by this module uses four packages to process
 the query. The query parser parses the question and calls a
 query expression builder (internal form of the question). The
 optimizer is then called to reduce the complexity of the
 expression. The solver applies the expression on a data source.