File: control

package info (click to toggle)
libdist-zilla-util-configdumper-perl 0.003009-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 296 kB
  • sloc: perl: 278; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,742 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Source: libdist-zilla-util-configdumper-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libdist-zilla-perl,
                     libdist-zilla-plugin-bootstrap-lib-perl,
                     libmoose-perl,
                     libsub-exporter-progressive-perl,
                     libtry-tiny-perl,
                     perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdist-zilla-util-configdumper-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdist-zilla-util-configdumper-perl.git
Homepage: https://metacpan.org/release/Dist-Zilla-Util-ConfigDumper
Testsuite: autopkgtest-pkg-perl

Package: libdist-zilla-util-configdumper-perl
Architecture: all
Depends: libsub-exporter-progressive-perl,
         libtry-tiny-perl,
         ${misc:Depends},
         ${perl:Depends}
Multi-Arch: foreign
Description: 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.