Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Config-General: Generic configuration module for Perl
- Summary
- This module opens a config file and parses it's contents for
you. After parsing the module returns a hash structure which contains
the representation of the config file.
The format of config files supported by Config::General is inspired by
the well known apache config format, in fact, this module is 100%
read-compatible to apache configs, but you can also just use simple
name/value pairs in your config files.
In addition to the capabilities of a apache config file it supports
some enhancements such as here-documents, C- style comments or
multiline options. It is also possible to save the config back to
disk, which makes the module a perfect backend for configuration
interfaces.
It is possible to use variables in config files and there exists also
support for object oriented access to the configuration.
Changelog
- * Fri Jun 18 17:00:00 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.27-0.fdr.1
- Update to 2.27.
- Bring up to date with current fedora.us Perl spec template.
- * Sun May 9 17:00:00 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.26-0.fdr.3
- BuildRequire perl >= 1:5.6.1-34.99.6 for support for vendor installdirs.
- Use pure_install to avoid perllocal.pod workarounds.
- * Sun Apr 25 17:00:00 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.26-0.fdr.2
- Require perl(:MODULE_COMPAT_*).