libconfig-ini-perl 1:0.018-1 source package in Ubuntu

Changelog

libconfig-ini-perl (1:0.018-1) unstable; urgency=low

  * New upstream release

  [ Jonathan Yu ]
  * Updated copyright information
  * Add myself to Uploaders and Copyright

  [ Salvatore Bonaccorso ]
  * Email change: Salvatore Bonaccorso -> <email address hidden>

  [ Fabrizio Regalli ] 
  * Switch d/compat to 8.
  * Build-Depends: switch to debhelper (>= 8).
  * Bump to 3.9.2 Standard-Version.
  * Add myself to Uploaders and Copyright.

  [ gregor herrmann ]
  * Build-depend on Test::More 0.96.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  17 Jun 2011 07:49:22 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libconfig-ini-perl_0.018.orig.tar.gz 18.5 KiB 1666ed5d02e57f5181c5b1c903c7297e919a64f630feab4fd39f7299923a0f9d
libconfig-ini-perl_0.018-1.debian.tar.gz 2.2 KiB d4cf581bc1a14f70fce80b08e65de817141b3c131b68cf0b94c05eea63f165e8
libconfig-ini-perl_0.018-1.dsc 2.1 KiB 57805959580dd77dfa7048ba6a6b7c0094951ad4fc5383bd62d06a04797331a4

Available diffs

View changes file

Binary packages built by this source

libconfig-ini-perl: Perl module for reading and writing .ini files

 Config::INI::Reader and Config::INI::Writer are "yet another config module"
 implementing yet another slightly different take on the undeniably easy to
 read ".ini" file format. Their default behavior is quite similar to that of
 Config::Tiny, on which it is based.
 .
 The chief difference is that Config::INI is designed to be subclassed to
 allow for side-effects and self-reconfiguration to occur during the course of
 reading its input.