Paketname | libconfig-grammar-perl |
Beschreibung | grammar-based user-friendly config parser |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.10-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 124 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 24534 Byte |
Prüfsumme MD5 | 04721400e4e50ee87a536dacb801c76a |
Prüfsumme SHA1 | c7be4f106b53b58922381f87198630f794a49ad4 |
Prüfsumme SHA256 | a0d124f67c7162029fa5b9046d57dd927cdc3c63de0eb9ebc29a12f38dd60c69 |
Link zum Herunterladen | libconfig-grammar-perl_1.10-1_all.deb |
Ausführliche Beschreibung | Config::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.
|