libdist-zilla-util-configdumper-perl 0.003009-2 source package in Ubuntu

Changelog

libdist-zilla-util-configdumper-perl (0.003009-2) unstable; urgency=medium

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from deprecated 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on
      libdist-zilla-plugin-bootstrap-lib-perl.

 -- Jelmer Vernooij <email address hidden>  Mon, 13 Jun 2022 21:12:09 +0100

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdist-zilla-util-configdumper-perl_0.003009-2.dsc 2.4 KiB 6a3d3aac982b36a2e078858661a838f345e063e61a0df6026828f3e485221531
libdist-zilla-util-configdumper-perl_0.003009.orig.tar.gz 28.9 KiB 8646c5805fd3b88003ad7a283cce18e2d43757ef5d72c72c7825b555328695fd
libdist-zilla-util-configdumper-perl_0.003009-2.debian.tar.xz 2.3 KiB 93f206e32f3e4e01275c50eed35d27caa2451f8180d952d584dd5690fdb18b96

Available diffs

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.