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
|
Source: libconfig-mvp-slicer-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Carnë Draug <carandraug+dev@gmail.com>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libmoose-perl,
libtest-fatal-perl,
perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-mvp-slicer-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libconfig-mvp-slicer-perl.git
Homepage: https://metacpan.org/release/Config-MVP-Slicer
Testsuite: autopkgtest-pkg-perl
Package: libconfig-mvp-slicer-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libmoose-perl
Description: module to extract embedded plugin config from parent config
Config::MVP::Slicer can be used to extract embedded configurations
for other plugins out of larger (parent) configurations. An example
where this can be useful is plugin bundles. A bundle loads other
plugins with a default configuration that works most of the time, but
sometimes you wish you could customize the configuration for one of
those plugins without having to remove the plugin from the bundle and
re-specify it separately.
|