libconfig-auto-perl 0.44-1 source package in Ubuntu
Changelog
libconfig-auto-perl (0.44-1) unstable; urgency=medium [ Alessandro Ghedini ] * Email change: Alessandro Ghedini -> <email address hidden> [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. * debian/copyright: update wording of Comment about copyright ownership. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ gregor herrmann ] * Strip trailing slash from metacpan URLs. [ Salvatore Bonaccorso ] * Imported Upstream version 0.44 * Declare compliance with Debian Policy 3.9.5 * Run wrap-an-sort for debian/control file * Update copyright years for debian/* packaging files -- Salvatore Bonaccorso <email address hidden> Sun, 02 Mar 2014 07:55:22 +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 | |
---|---|---|---|---|
Focal | release | main | perl | |
Bionic | release | main | perl | |
Xenial | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libconfig-auto-perl_0.44-1.dsc | 2.3 KiB | ca3b7c8b5637631b7ac898e5dfd0cf5a32d684582080fab7a5fa85625fb0e87c |
libconfig-auto-perl_0.44.orig.tar.gz | 16.3 KiB | e960e04df995852aba275cf83ac6f947e44a4139de156858c01f0cec7f7ab53f |
libconfig-auto-perl_0.44-1.debian.tar.xz | 3.4 KiB | dd6fb059b955c07774c614017f68067e499a8cd757a11b9e2af0bc807aa40dd3 |
Available diffs
- diff from 0.42-1 to 0.44-1 (4.7 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.