libconfig-auto-perl 0.44-2 source package in Ubuntu
Changelog
libconfig-auto-perl (0.44-2) unstable; urgency=medium [ Salvatore Bonaccorso ] * Update Vcs-Browser URL to cgit web frontend * debian/control: Use HTTPS transport protocol for Vcs-Git URI [ gregor herrmann ] * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. * Remove Rene Mayorga from Uploaders. Thanks for your work! * Remove Marc 'HE' Brockschmidt from Uploaders. (Closes: #873349) [ Alex Muntada ] * Remove inactive pkg-perl members from Uploaders. [ Salvatore Bonaccorso ] * Update Vcs-* headers for switch to salsa.debian.org [ gregor herrmann ] * debian/watch: use uscan version 4. -- Jelmer Vernooij <email address hidden> Sat, 11 Jun 2022 23:06:01 +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 | main | perl | |
Lunar | release | main | perl | |
Kinetic | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libconfig-auto-perl_0.44-2.dsc | 2.2 KiB | cf7537d968857933c1942c088d2a24a7b1b3ffc4d3a652edfd7c6bc829a6dc08 |
libconfig-auto-perl_0.44.orig.tar.gz | 16.3 KiB | e960e04df995852aba275cf83ac6f947e44a4139de156858c01f0cec7f7ab53f |
libconfig-auto-perl_0.44-2.debian.tar.xz | 3.7 KiB | b710709390832abb6d396b73aef79ea35e02bc70ae4943545b27b55489519426 |
Available diffs
- diff from 0.44-1.1 to 0.44-2 (1.5 KiB)
No changes file available.
Binary packages built by this source
- libconfig-auto-perl: magical config file parser
Config::Auto allows developers to parse config files without
needing to specify the format of the file (though they can do it).
.
It even looks for the config file in standard places (working dir,
home dir, /etc) and tries some common config file names if the path
isn't specified in the call.
.
It then determines the format of the config file, parses it and then
returns a data structure containing the configuration data. The format
of this structure depends on the format of the file.
.
At the moment, libconfig-auto-perl knows about colon, space and equals
separated, XML, Perl, Windows INI, BIND9 and irssi style config files,
though files in BIND9 or irssi format cannot be parsed.