libdist-zilla-util-configdumper-perl 0.003007-1 source package in Ubuntu

Changelog

libdist-zilla-util-configdumper-perl (0.003007-1) unstable; urgency=low

  * Initial Release. (Closes: #794174)

 -- Axel Beckert <email address hidden>  Thu, 06 Aug 2015 01:51:55 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdist-zilla-util-configdumper-perl_0.003007-1.dsc 2.4 KiB 86f2e2327704d7191e698f8e8892de178b2d8bb88a384417937df8a5f93287fb
libdist-zilla-util-configdumper-perl_0.003007.orig.tar.gz 27.9 KiB b2d1c35b5220ba5866abad86bf2f4b7a85a52d76250807b73d422a77c5f77f27
libdist-zilla-util-configdumper-perl_0.003007-1.debian.tar.xz 1.8 KiB c221edc97d7cb99b415765b614fc90cf020418c9f723d652356b9c830f1b1d39

No changes file available.

Binary packages built by this source

libdist-zilla-util-configdumper-perl: simplify extraction of plugin settings for Dist::Zilla plugin authors

 Dist::Zilla::Util::ConfigDumper contains a utility function for use
 within the Dist::Zilla plugin ecosystem, to simplify extraction of
 plugin settings for plugin authors, in order for plugins like
 Dist::Zilla::Plugin::MetaConfig to expose those values to consumers.
 .
 Primarily, it specializes in:
 .
   * Making propagating configuration from the plugins inheritance
     hierarchy nearly foolproof.
   * Providing simple interfaces to extract values of lists of named
     methods or accessors
   * Providing a way to intelligently and easily probe the value of lazy
     attributes without triggering their vivification.