libconfig-methodproxy-perl 0.02-2 source package in Ubuntu

Changelog

libconfig-methodproxy-perl (0.02-2) unstable; urgency=medium

  * Declare compliance with Debian Policy 4.1.1 with no changes.
  * Add "Rules-Requires-Root: no" to the source control stanza.
  * Bump the year on my debian/* copyright notice.

 -- Peter Pentchev <email address hidden>  Tue, 21 Nov 2017 16:37:41 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libconfig-methodproxy-perl_0.02-2.dsc 2.4 KiB e02f5374be5224be7e474ae1c028eb5ec28a12c9c3697aecc8734b7370033057
libconfig-methodproxy-perl_0.02.orig.tar.gz 12.5 KiB 2f6bb85ce2eab65b6343f7b0c113ab348bccc8e024faee570c20441ad3c6de8d
libconfig-methodproxy-perl_0.02-2.debian.tar.xz 1.7 KiB 6a1c64eab2e6e14e07acdd418e39b022c04a17015045100ba8c47254a6a81bdf

Available diffs

No changes file available.

Binary packages built by this source

libconfig-methodproxy-perl: Perl module for specifying method calls in a static configuration

 The method proxy concept provided by the Config::MethodProxy module is
 a particular data structure which, when found, is replaced by the value
 returned by calling that method. In this way static configuration can be
 setup to call your code and return dynamic contents. This makes static
 configuration much more powerful, and provides the ability to be more
 declarative in how dynamic values make it into the configuration.