File: control

package info (click to toggle)
libconfig-zomg-perl 1.000000-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 264 kB
  • sloc: perl: 352; makefile: 9; sh: 4
file content (49 lines) | stat: -rw-r--r-- 1,879 bytes parent folder | download | duplicates (2)
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
40
41
42
43
44
45
46
47
48
49
Source: libconfig-zomg-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 perl,
 debhelper,
 dh-buildinfo,
 libclone-perl,
 libconfig-any-perl,
 libhash-merge-simple-perl,
 libmoo-perl,
 libtest-deep-perl,
 libtest-warn-perl,
 libconfig-general-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.1.0
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libconfig-zomg-perl
Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/libconfig-zomg-perl.git
Homepage: http://search.cpan.org/dist/Config-ZOMG/

Package: libconfig-zomg-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Description: yet another Catalyst::Plugin::ConfigLoader-style layer over Config::Any
 Config::ZOMG is a fork of Config::JFDI. It removes a couple of unusual
 features and passes the same tests three times faster than
 Config::JFDI.
 .
 Config::ZOMG is an implementation of Catalyst::Plugin::ConfigLoader
 that exists outside of Catalyst.
 .
 Config::ZOMG will scan a directory for files matching a certain name.
 If such a file is found which also matches an extension that
 Config::Any can read, then the configuration from that file will be
 loaded.
 .
 Config::ZOMG will also look for special files that end with a "_local"
 suffix. Files with this special suffix will take precedence over any
 other existing configuration file, if any. The precedence takes place
 by merging the local configuration with the "standard" configuration
 via Hash::Merge::Simple.
 .
 Finally you can override/modify the path search from outside your
 application, by setting the "${NAME}_CONFIG" variable outside your
 application (where $NAME is the uppercase version of what you passed to
 Config::ZOMG->new).