libconfig-tiny-perl 2.14-1 source package in Ubuntu

Changelog

libconfig-tiny-perl (2.14-1) unstable; urgency=low

  * New upstream release
    - disallow writing multiline values (closes: #603794)

libconfig-tiny-perl (2.13-1) unstable; urgency=low

  * New upstream release
  * Update Standards-Version (no changes)
  * Switch to minimal dh7 rules file
  * Update to debhelper compatibility level 7
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:02:32 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Dominic Hargreaves
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main perl

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libconfig-tiny-perl_2.14.orig.tar.gz 16.6 KiB 787b0fa658d8acef092de02059a99da44c75229834a275f07d8808a1e796e1a8
libconfig-tiny-perl_2.14-1.diff.gz 1.8 KiB 27997476731600f3f8625dfb072141c6bee0b337ea1926a0587053a06d3252e8
libconfig-tiny-perl_2.14-1.dsc 1.1 KiB a563fa7c5049066b5f0316a4da22f4f79e3fa9cf8f0e0ab1ee0b94d80a74e5e7

Available diffs

View changes file

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.