libconfig-inifiles-perl 2.88-1 source package in Ubuntu
Changelog
libconfig-inifiles-perl (2.88-1) unstable; urgency=medium [ upstream ] * New release. + Add a LICENSE file and section. + Minimum version is now perl-5.8.0. + Fix to properly update while using _write_config_with_a_made_fh. + Convert "Changes" to CPAN::Changes. + Add OLD-Changes.txt for the old changes' log. * Hopefully fix tests in perls less than 5.14. * Replace List::MoreUtils with List::Util-1.33-or-above. * Fix handle trailing comments which contain their delimiters twice. * Speedup. [ Salvatore Bonaccorso ] * Update Vcs-Browser URL to use cgit web frontend. [ Jonas Smedegaard ] * Bump debhelper compatibility level to 9. * Update copyright info: + Use License-Grant and License-Reference fields. Thanks to Ben Finney. + Extend coverage of packaging to include current year. * Declare compliance with Debian Policy 3.9.6. * Override lintian regarding license in License-Reference field. See bug#786450. * Override lintian regarding build-depending unversioned on debhelper. * Update package relations: + (Build-)depend on (recent perl or) recent libscalar-list-utils-perl (not recent liblist-moreutils-perl). -- Jonas Smedegaard <email address hidden> Tue, 04 Aug 2015 14:24:30 +0200
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 | |
---|---|---|---|---|
Xenial | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libconfig-inifiles-perl_2.88-1.dsc | 2.2 KiB | 3df66ac94794bea23e9a725f1c5e8482cd5900c4983c888b3a003b5dda035d49 |
libconfig-inifiles-perl_2.88.orig.tar.gz | 78.3 KiB | 8223d6d21efd752ef4f9cc1c17a9084976b66369b979ce9c895b7ca3997fa8dc |
libconfig-inifiles-perl_2.88-1.debian.tar.xz | 8.6 KiB | 4830d9b950ff16b8bac2c6bf599f675929760b76baa57b8dec7bef15d0670423 |
Available diffs
- diff from 2.83-3 to 2.88-1 (27.9 KiB)
No changes file available.
Binary packages built by this source
- libconfig-inifiles-perl: Read .ini-style configuration files
Config::IniFiles provides a way to have readable configuration files
outside your Perl script. Configurations can be imported (inherited,
stacked,...), sections can be grouped, and settings can be accessed
from a tied hash.