Source: libconfig-onion-perl Section: perl Priority: optional Build-Depends: cdbs, licensecheck, perl, debhelper, dh-buildinfo, libconfig-any-perl, libhash-merge-simple-perl, libmoo-perl, libtest-exception-perl, libyaml-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libconfig-onion-perl Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-onion-perl.git Homepage: https://metacpan.org/release/Config-Onion Package: libconfig-onion-perl Architecture: all Depends: ${cdbs:Depends}, ${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.