File: control

package info (click to toggle)
libconfig-onion-perl 1.007-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 184 kB
  • sloc: perl: 151; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,116 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
Source: libconfig-onion-perl
Section: perl
Priority: optional
Build-Depends:
 perl,
 debhelper-compat (= 13),
 libconfig-any-perl,
 libhash-merge-simple-perl,
 libmoo-perl,
 libtest-exception-perl,
 libyaml-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libconfig-onion-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libconfig-onion-perl
Homepage: https://metacpan.org/release/Config-Onion
Testsuite: autopkgtest-pkg-perl

Package: libconfig-onion-perl
Architecture: all
Depends:
 libconfig-any-perl,
 libhash-merge-simple-perl,
 libmoo-perl,
 ${misc:Depends},
 ${perl:Depends}
Description: layered configuration
 Config::Onion stores all configuration settings in four layers:
 Defaults, Main, Local, and Override. Each layer can be added to as many
 times as you like. Within each layer, settings which are given multiple
 times will take the last specified value, while those which are not
 repeated will remain untouched.