libconfig-auto-perl 0.42-1 source package in Ubuntu
Changelog
libconfig-auto-perl (0.42-1) unstable; urgency=low * Imported Upstream version 0.42 * Drop test-file-for-06_const_it.t-test.patch patch. This is not needed anymore as upstream has added a testfile to test against. -- Salvatore Bonaccorso <email address hidden> Tue, 07 Feb 2012 22:10:30 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libconfig-auto-perl_0.42-1.dsc | 2.3 KiB | 67f54da2666888cb3b26949f9be651edd05a38a37000910d3606e3e5d0c27d87 |
libconfig-auto-perl_0.42.orig.tar.gz | 15.6 KiB | d038da0eb8835c8d38a7c1bbe8b200545e5a91915407a10a17eef460a7fbac10 |
libconfig-auto-perl_0.42-1.debian.tar.gz | 3.1 KiB | a4b61068491b5f602c014f95091396ec93d37168d66d24f9db41d4fe9011c5a3 |
Available diffs
- diff from 0.38-1 (in Ubuntu) to 0.42-1 (2.3 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.