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


Paketnamelibconfig-grammar-perl
Beschreibunggrammar-based user-friendly config parser
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version1.10-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe124 Byte
Hängt ab vonperl (>= 5.6.0-16)
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße24510 Byte
Prüfsumme MD56f8f378c007b10609ead8a9cbc793c29
Prüfsumme SHA1f1b5c05801f1b11f7c87a9ed254a599e6015d24c
Prüfsumme SHA2565bba41c68855aa706198c7d991f98149180def91b763697eb9ff0ba7fc530ef1
Link zum Herunterladenlibconfig-grammar-perl_1.10-1_all.deb
Ausführliche BeschreibungConfig::Grammar is a module to parse configuration files. The configuration may consist of multiple-level sections with assignments and tabular data. The parsed data will be returned as a hash containing the whole configuration. Config::Grammar uses a grammar that is supplied upon creation of a Config::Grammar object to parse the configuration file and return helpful error messages in case of syntax errors. Using the makepod method you can generate documentation of the configuration file format. . The maketmpl method can generate a template configuration file. If your grammar contains regexp matches, the template will not be all that helpful as Config::Grammar is not smart enough to give you sensible template data based in regular expressions. The related function maketmplmin generates a minimal configuration template without examples, regexps or comments and thus allows an experienced user to fill in the configuration data more efficiently.


Impressum
Linux is a registered trademark of Linus Torvalds