libconfig-mvp-perl 2.200006-1 source package in Ubuntu

Changelog

libconfig-mvp-perl (2.200006-1) unstable; urgency=low


  * New upstream release.
  * Update (build) dependencies.

 -- gregor herrmann <email address hidden>  Wed, 18 Sep 2013 18:31:38 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libconfig-mvp-perl_2.200006-1.dsc 2.5 KiB caf6ad5b03581ad094ed2d795da9ca1547cb2ade394bb64a90e114d6b10360f8
libconfig-mvp-perl_2.200006.orig.tar.gz 27.2 KiB 8143e74792dd57b22ea05f6ca6d119e678a37ce8c3245d6843266e464a871281
libconfig-mvp-perl_2.200006-1.debian.tar.gz 3.2 KiB 9c2e318c5c04cc8cd58e0faa668aae27cb47be4ade27f357610d609f6844079c

Available diffs

No changes file available.

Binary packages built by this source

libconfig-mvp-perl: multivalue-property package-oriented configuration module

 MVP is a mechanism for loading configuration (or other information) for
 libraries. It doesn't read a file or a database. It's a helper for things
 that do.
 .
 The idea is that you end up with a Config::MVP::Sequence object, and that you
 can use that object to fully configure your library or application. The
 sequence will contain a bunch of Config::MVP::Section objects, each of which
 is meant to provide configuration for a part of your program. Most of these
 sections will be directly related to a Perl library that you'll use as a
 plugin or helper. Each section will have a name, and every name in the
 sequence will be unique.