DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibtext-query-perl
BeschreibungText::Query - Query processing framework
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.07-4
Sektionuniverse/perl
Prioritätoptional
Installierte Größe180 Byte
Hängt ab vonperl (>= 5.6.0-16)
Empfohlene Pakete
PaketbetreuerGuillaume Morin
Quelle
Paketgröße44894 Byte
Prüfsumme MD5943b557dcf81ddf49049f4a0c619c4b1
Prüfsumme SHA130c5525d01dec4a64c62b42a2e655ae67f2179af
Prüfsumme SHA256af09445c5a7772494bffcb4664fbcf9f8ef0d71a4d6360bcd5056338cb4381a2
Link zum Herunterladenlibtext-query-perl_0.07-4_all.deb
Ausführliche BeschreibungThis 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.


Impressum
Linux is a registered trademark of Linus Torvalds