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

Changelog

libconfig-mvp-perl (2.200010-1) unstable; urgency=medium

  * Team upload

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ Nuno Carvalho ]
  * New upstream release
  * debian/control:
    + update standards version to 3.9.6
    + add "Testsuite: autopkgtest-pkg-perl"
  * debian/copyright: update upstream copyright years
  * Add debian/upstream/metadata file

 -- Nuno Carvalho <email address hidden>  Tue, 02 Jun 2015 06:44:32 +0100

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 Pocket Published Component Section
Bionic release universe perl
Xenial release universe perl

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libconfig-mvp-perl_2.200010-1.dsc 2.6 KiB b75ecf91856281441c778a417b4176d5dfebeb83792db39119e2b338e832e90e
libconfig-mvp-perl_2.200010.orig.tar.gz 32.2 KiB bfb5870452a12ead4d3fd485045d1fa92b2a11741c3b93b61eb43f3dcbd6099b
libconfig-mvp-perl_2.200010-1.debian.tar.xz 3.5 KiB 5fb1a5c5e7fb3e8c6903d574db415bc3cf734c8e6a969ef448a5d73984af51c1

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.