File: control

package info (click to toggle)
libdist-zilla-util-configdumper-perl 0.003007-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 296 kB
  • ctags: 7
  • sloc: perl: 285; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,794 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 (>= 9)
Build-Depends-Indep: libdist-zilla-perl,
                     libdist-zilla-plugin-bootstrap-lib-perl (>= 1.000003),
                     libdist-zilla-util-test-kentnl-perl (>= 1.003001),
                     libmoose-perl,
                     libsub-exporter-progressive-perl,
                     libtry-tiny-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-util-configdumper-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/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}
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.