libconfig-general-perl 2.65-2 source package in Ubuntu
Changelog
libconfig-general-perl (2.65-2) unstable; urgency=medium [ Debian Janitor ] * Apply multi-arch hints. + libconfig-general-perl: Add Multi-Arch: foreign. -- Jelmer Vernooij <email address hidden> Fri, 14 Oct 2022 00:23:51 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | perl | |
Lunar | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libconfig-general-perl_2.65-2.dsc | 2.1 KiB | 682b13279d361d8b79bf6ee3e909889d3cf8930cd912f0d49d0aee2121a3a886 |
libconfig-general-perl_2.65.orig.tar.gz | 63.8 KiB | 4d6d5754be3a9f30906836f0cc10e554c8832e14e7a1341efb15b05d706fc58f |
libconfig-general-perl_2.65-2.debian.tar.xz | 7.3 KiB | dd5c056b6afd9e2cfd16e527d898c9cbfc83e99e8ccbebe69b8874e8d524a0cf |
Available diffs
- diff from 2.65-1 to 2.65-2 (528 bytes)
No changes file available.
Binary packages built by this source
- libconfig-general-perl: generic configuration module
Config::General opens a configuration file and parses its contents for you.
After parsing it returns a hash which contains all options and their
associated values from your configuration file.
.
The format of configuration files supported by Config::General is
inspired by the well known Apache configuration format, in fact, this
module is fully capable of parsing Apache configurations, but the
output is not usable by Apache. You can also just use simple name/value
pairs in your configuration files.
.
In addition to the capabilities of an Apache configuration file it
supports some enhancements such as here-documents, C-style comments and
multi-line options.