libconfig-tiny-perl 2.20-1 source package in Ubuntu
Changelog
libconfig-tiny-perl (2.20-1) unstable; urgency=medium * Add Vcs-* URLs * Switch to dpkg-source 3.0 (quilt) format * Update debhelper compat to 8 * New upstream release * Drop versioned Build-Depends on perl and add Build-Depends on libtest-pod-perl * Switch to machine-readable debian/copyright * Update Standards-Version (no changes) -- Dominic Hargreaves <email address hidden> Sun, 02 Feb 2014 23:44:29 +0000
Upload details
- Uploaded by:
- Dominic Hargreaves
- Uploaded to:
- Sid
- Original maintainer:
- Dominic Hargreaves
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libconfig-tiny-perl_2.20-1.dsc | 1.9 KiB | f09e34759f23a6b5b43bf5609c8b9d2c53ef1538ea8e7faee60ef583c9c3dd8d |
libconfig-tiny-perl_2.20.orig.tar.gz | 23.8 KiB | 8262168e0bf5eddab342a330d3f78120f6a0e88d3224d881a097c3b0d5592f3f |
libconfig-tiny-perl_2.20-1.debian.tar.xz | 2.1 KiB | 62274d7e98c77403faf06b65392f1245ab366a787ab50aacbe195338271ea631 |
Available diffs
- diff from 2.14-1 (in Ubuntu) to 2.20-1 (12.3 KiB)
No changes file available.
Binary packages built by this source
- libconfig-tiny-perl: Read/Write .ini style files with as little code as possible
Config::Tiny is a perl class to read and write .ini style configuration files
with as little code as possible, reducing load time and memory overhead.
Memory usage is normally scoffed at in Perl, but in my opinion should be
at least kept in mind.
.
This module is primarily for reading human written files, and anything we
write shouldn't need to have documentation/comments. If you need something
with more power, move up to Config::Simple, Config::General or one of the
many other Config:: modules. To rephrase, Config::Tiny does not preserve
your comments, whitespace, or the order of your config file.