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

Changelog

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

  * Import upstream version 2.200013.
  * Update years of upstream and packaging copyright.
  * Update upstream email address.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sun, 08 Jan 2023 22:45:28 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libconfig-mvp-perl_2.200013-1.dsc 2.8 KiB f5acd0b545c3103863f2c3f5b22183baaeaaa67bb7facb5b6faf14645793c9aa
libconfig-mvp-perl_2.200013.orig.tar.gz 33.4 KiB 018d161623ee3a67f860d9e680e22e61b79eae6018f0e7c3b525fc934f5b7d45
libconfig-mvp-perl_2.200013-1.debian.tar.xz 3.9 KiB cd932165ec1099fe528b0de33e9d46b2c4b5d73bc333683ba69e9a306217bf5c

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.